updated env files

This commit is contained in:
L. Kraven
2024-05-30 19:15:38 -07:00
parent a1367f97d4
commit d1aa797a0d
2 changed files with 2 additions and 13 deletions

1
.gitignore vendored
View File

@@ -1 +1,2 @@
data/
**/.env

View File

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