chore: use volumes to store data of

- portainer
- headscale
- termix
- uptime-kuma
- dockmon
This commit is contained in:
2026-01-19 23:58:26 +01:00
parent 45ce789f58
commit f18d4d9be4
5 changed files with 14 additions and 14 deletions
+3 -2
View File
@@ -6,7 +6,7 @@ services:
# ports:
# - 8000:443
volumes:
- ./data:/app/data
- data:/app/data
- /var/run/docker.sock:/var/run/docker.sock
healthcheck:
test: [ "CMD", "curl", "-k", "-f", "https://localhost:443/health" ]
@@ -41,7 +41,8 @@ services:
- glance.description=Dockmon is a lightweight Docker container monitoring and management tool with a user-friendly web interface.
networks:
- proxy
volumes:
data:
networks:
proxy:
external: true