Refresh repository to match reality (Part1)

This commit is contained in:
Colin Hebert
2024-09-23 17:03:36 +02:00
parent 61020cae89
commit 1d52e2ac75
15 changed files with 218 additions and 55 deletions

View File

@@ -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