Automatically deploy pull requests for testing #8

Merged
erth9960 merged 44 commits from actions into master 2024-07-08 14:29:41 +02:00
Showing only changes of commit 2deb183325 - Show all commits

View File

@ -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: