Fix lables and indent

This commit is contained in:
decentral1se 2021-06-11 13:44:37 +02:00
parent 5f5dbd5853
commit bf87e7f6ac
No known key found for this signature in database
GPG Key ID: 92DAD76BD9567B8A
1 changed files with 20 additions and 20 deletions

View File

@ -18,10 +18,10 @@ services:
failure_action: rollback
labels:
- "traefik.enable=true"
- "traefik.http.services.wiki.loadbalancer.server.port=80"
- "traefik.http.routers.wiki.rule=Host(`${DOMAIN}`)"
- "traefik.http.routers.wiki.entrypoints=web-secure"
- "traefik.http.routers.wiki.tls.certresolver=production"
- "traefik.http.services.kcp.loadbalancer.server.port=80"
- "traefik.http.routers.kcp.rule=Host(`${DOMAIN}`)"
- "traefik.http.routers.kcp.entrypoints=web-secure"
- "traefik.http.routers.kcp.tls.certresolver=production"
app:
image: "decentral1se/keycloak-collective-portal:latest"
@ -32,7 +32,7 @@ services:
target: /usr/local/bin/entrypoint.sh
mode: 0555
entrypoint: /usr/local/bin/entrypoint.sh
command: uvivorn --host 0.0.0.0 keycloak_collective_portal:app
command: "uvicorn --host 0.0.0.0 keycloak_collective_portal:app"
networks:
proxy: