Refresh repository to match reality (Part1)
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
name: docker-monitoring
|
||||
|
||||
services:
|
||||
watchtower:
|
||||
hostname: watchtower
|
||||
@@ -12,7 +11,6 @@ services:
|
||||
WATCHTOWER_NOTIFICATION_URL: /run/secrets/notification_url
|
||||
volumes:
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
# Secrets
|
||||
- ${NASCOMPOSE_SERVICES?}/docker-monitoring/secrets/notification_url:/run/secrets/notification_url:ro
|
||||
restart: unless-stopped
|
||||
dockge:
|
||||
@@ -20,15 +18,16 @@ services:
|
||||
image: louislam/dockge
|
||||
networks:
|
||||
- reverse-proxy
|
||||
environment:
|
||||
DOCKGE_STACKS_DIR: ${NASCOMPOSE_SERVICES?}/
|
||||
volumes:
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
- ${NASCOMPOSE_SERVICES?}/docker-monitoring/volumes/dockge_stacks/:/opt/stacks/
|
||||
- ${NASCOMPOSE_SERVICES?}/:${NASCOMPOSE_SERVICES?}/
|
||||
- ${NASCOMPOSE_SERVICES?}/docker-monitoring/volumes/dockge_data/:/app/data/
|
||||
restart: unless-stopped
|
||||
labels:
|
||||
traefik.enable: true
|
||||
traefik.http.routers.dockge.middlewares: authelia@file
|
||||
|
||||
networks:
|
||||
reverse-proxy:
|
||||
external: true
|
||||
|
||||
Reference in New Issue
Block a user