Automatically deploy pull requests for testing #8
@ -20,7 +20,7 @@ services:
|
||||
labels:
|
||||
- "traefik.enable=true"
|
||||
- "traefik.http.routers.${VHOST}.rule=Host(`${VHOST}.branch.dsv.su.se`)"
|
||||
- "traefik.http.routers.whoami.tls.certresolver=myresolver"
|
||||
- "traefik.http.routers.${VHOST}.tls.certresolver=myresolver"
|
||||
|
||||
whisper-api-db:
|
||||
container_name: whisper-api-db
|
||||
@ -47,8 +47,8 @@ services:
|
||||
CLIENT_REDIRECT_URI: https://${VHOST}.branch.dsv.su.se/login/oauth2/code/su
|
||||
labels:
|
||||
- "traefik.enable=true"
|
||||
- "traefik.http.routers.${VHOST}.rule=Host(`${VHOST}-oauth2.branch.dsv.su.se`)"
|
||||
- "traefik.http.routers.whoami.tls.certresolver=myresolver"
|
||||
- "traefik.http.routers.${VHOST}-oauth2.rule=Host(`${VHOST}-oauth2.branch.dsv.su.se`)"
|
||||
- "traefik.http.routers.${VHOST}-oauth2.tls.certresolver=myresolver"
|
||||
|
||||
networks:
|
||||
whisper-network:
|
||||
|
Loading…
x
Reference in New Issue
Block a user