fix compose files
This commit is contained in:
parent
bd83587abe
commit
1d80415fc9
@ -1,7 +1,7 @@
|
|||||||
version: '3.8'
|
version: '3.8'
|
||||||
|
|
||||||
services:
|
services:
|
||||||
api:
|
app:
|
||||||
environment:
|
environment:
|
||||||
- OAUTH_ENABLED
|
- OAUTH_ENABLED
|
||||||
- OAUTH_NAME
|
- OAUTH_NAME
|
||||||
|
@ -27,11 +27,12 @@ services:
|
|||||||
secrets:
|
secrets:
|
||||||
- jwt_secret
|
- jwt_secret
|
||||||
- db_password
|
- db_password
|
||||||
restart: unless-stopped
|
|
||||||
configs:
|
configs:
|
||||||
- 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"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user