chore: first release
continuous-integration/drone/push Build is failing Details

This commit is contained in:
decentral1se 2021-10-12 11:46:09 +02:00
parent 51bf99ccc7
commit b353dd34d2
1 changed files with 7 additions and 6 deletions

View File

@ -2,7 +2,7 @@
version: "3.8"
services:
traefik-forward-auth:
app:
image: "thomseddon/traefik-forward-auth:2"
configs:
- source: forward_ini
@ -21,11 +21,12 @@ services:
deploy:
labels:
- "traefik.enable=true"
- "traefik.http.services.tfa.loadBalancer.server.port=4181"
- "traefik.http.routers.tfa.rule=Host(`${DOMAIN}`)"
- "traefik.http.routers.tfa.entrypoints=web-secure"
- "traefik.http.routers.tfa.tls.certresolver=${LETS_ENCRYPT_ENV}"
- "traefik.http.routers.tfa.middlewares=keycloak@file"
- "traefik.http.services.${STACK_NAME}.loadBalancer.server.port=4181"
- "traefik.http.routers.${STACK_NAME}.rule=Host(`${DOMAIN}`)"
- "traefik.http.routers.${STACK_NAME}.entrypoints=web-secure"
- "traefik.http.routers.${STACK_NAME}.tls.certresolver=${LETS_ENCRYPT_ENV}"
- "traefik.http.routers.${STACK_NAME}.middlewares=keycloak@file"
- "coop-cloud.${STACK_NAME}.version=1.0.0+2"
networks:
proxy: