moved to NFS share for volume storage. Migrated all data

This commit is contained in:
git
2026-07-02 12:49:48 +10:00
parent d9cce278e6
commit 5e47ae2777
110 changed files with 146 additions and 6611 deletions
+6 -1
View File
@@ -7,7 +7,9 @@ services:
# env_file:
# - ${PROJECT_ROOT}/secrets/stack-secrets.env
volumes:
- ${PROJECT_ROOT}/monitoring/gotify/data:/app/data
# - ${PROJECT_ROOT}/monitoring/gotify/data:/app/data
- ${DOCKER_VOLUMES}/gotify-data:/app/data
# - gotify-data:/app/data
environment:
- TZ=${TZ}
- GOTIFY_DEFAULTUSER_NAME=${GOTIFY_DEFAULTUSER_NAME}
@@ -27,3 +29,6 @@ services:
- "traefik.http.services.gotify.loadbalancer.server.port=80"
ports:
- 8080:80
#volumes:
# gotify-data:
# external: true