moved to NFS share for volume storage. Migrated all data
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user