feat: more services

file browser, n8n, portainer, syncthing, uptime-kuma, watchtower
This commit is contained in:
SauravDhakal
2026-03-30 22:39:23 +05:45
parent 3f850d5734
commit 1f843fabf7
7 changed files with 103 additions and 0 deletions

9
services/portainer.yml Normal file
View File

@@ -0,0 +1,9 @@
services:
portainer:
image: portainer/portainer-ce:latest
restart: unless-stopped
ports:
- "127.0.0.1:9000:9000"
volumes:
- /var/run/docker.sock:/var/run/docker.sock # needs docker socket
- /home/saurav/hetzner_self/data/portainer:/data