fix volume value

This commit is contained in:
Simon 2024-07-22 12:27:22 +02:00
parent 1d80415fc9
commit f8d3cf166c

View File

@ -20,7 +20,7 @@ services:
- VIKUNJA_CACHE_ENABLED=1 - VIKUNJA_CACHE_ENABLED=1
- VIKUNJA_CACHE_TYPE=redis - VIKUNJA_CACHE_TYPE=redis
volumes: volumes:
- ./files:/app/vikunja/files - files:/app/vikunja/files
networks: networks:
- proxy - proxy
- internal - internal
@ -31,8 +31,6 @@ services:
- source: config_yml - source: config_yml
target: /etc/vikunja/config.yml target: /etc/vikunja/config.yml
deploy: deploy:
restart_policy:
condition: unless-stopped
labels: labels:
- "traefik.enable=true" - "traefik.enable=true"
# - "traefik.docker.network=web" # - "traefik.docker.network=web"