diff --git a/.gitignore b/.gitignore index 8fce603..a00ca0a 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ data/ +**/.env diff --git a/compose/dockge/compose.yaml b/compose/dockge/compose.yaml index 5f39dbb..cefc26f 100755 --- a/compose/dockge/compose.yaml +++ b/compose/dockge/compose.yaml @@ -8,28 +8,18 @@ services: volumes: - /var/run/docker.sock:/var/run/docker.sock - dockge_data:/app/data - - # If you want to use private registries, you need to share the auth file with Dockge: - # - /root/.docker/:/root/.docker - - # Stacks Directory - # ⚠️ READ IT CAREFULLY. If you did it wrong, your data could end up writing into a WRONG PATH. - # ⚠️ 1. FULL path only. No relative path (MUST) - # ⚠️ 2. Left Stacks Path === Right Stacks Path (MUST) - /opt/docker/compose:/opt/docker/compose environment: # Tell Dockge where is your stacks directory - DOCKGE_STACKS_DIR=/opt/docker/compose networks: - tnet - backup: image: offen/docker-volume-backup:latest restart: always volumes: # volumes to backup. - dockge_data:/backup/dockge:ro - # location to backup - /mnt/backup/docker/esh-vm-docker/dockge:/archive # can omit below if not stopping service. # - /var/run/docker.sock:/var/run/docker.sock:ro @@ -37,10 +27,8 @@ services: - .env networks: - tnet - volumes: - dockge_data: - + dockge_data: null networks: tnet: name: traefik-net