Update dockmon Docker Compose to simplify volume configuration
This commit is contained in:
@@ -8,7 +8,7 @@ services:
|
|||||||
environment:
|
environment:
|
||||||
- TZ=Europe/Bratislava
|
- TZ=Europe/Bratislava
|
||||||
volumes:
|
volumes:
|
||||||
- ./dockmon/dockmon_data:/app/data
|
- ./dockmon:/app/data
|
||||||
- /var/run/docker.sock:/var/run/docker.sock
|
- /var/run/docker.sock:/var/run/docker.sock
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test: ["CMD", "curl", "-k", "-f", "https://localhost:443/health"]
|
test: ["CMD", "curl", "-k", "-f", "https://localhost:443/health"]
|
||||||
@@ -23,6 +23,3 @@ services:
|
|||||||
networks:
|
networks:
|
||||||
traefik-proxy:
|
traefik-proxy:
|
||||||
external: true
|
external: true
|
||||||
|
|
||||||
volumes:
|
|
||||||
dockmon_data:
|
|
||||||
|
|||||||
Reference in New Issue
Block a user