chore: use volumes to store data of
- portainer - headscale - termix - uptime-kuma - dockmon
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user