fix compose files

This commit is contained in:
Moritz 2024-07-15 22:30:33 +02:00
parent bd83587abe
commit 1d80415fc9
2 changed files with 5 additions and 4 deletions

View File

@ -1,7 +1,7 @@
version: '3.8'
services:
api:
app:
environment:
- OAUTH_ENABLED
- OAUTH_NAME

View File

@ -27,11 +27,12 @@ services:
secrets:
- jwt_secret
- db_password
restart: unless-stopped
configs:
- source: config_yml
target: /etc/vikunja/config.yml
deploy:
restart_policy:
condition: unless-stopped
labels:
- "traefik.enable=true"
# - "traefik.docker.network=web"
@ -65,9 +66,9 @@ services:
test: ["CMD-SHELL", "pg_isready -h localhost -U $$POSTGRES_USER"]
interval: 2s
networks:
- internal
- internal
secrets:
- db_password
- db_password
deploy:
labels:
backupbot.backup: "true"