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 1d299abca9 - Show all commits

View File

@ -19,6 +19,7 @@ services:
- "traefik.enable=true"
- "traefik.http.routers.${VHOST}.rule=Host(`${VHOST}.branch.dsv.su.se`)"
- "traefik.http.routers.${VHOST}.tls.certresolver=myresolver"
- "traefik.docker.network=traefik"
whisper-api-db:
container_name: whisper-api-db
@ -44,3 +45,4 @@ services:
- "traefik.http.routers.${VHOST}-oauth2.rule=Host(`${VHOST}-oauth2.branch.dsv.su.se`)"
- "traefik.http.routers.${VHOST}-oauth2.tls.certresolver=myresolver"
- "traefik.http.services.${VHOST}-oauth2.loadbalancer.server.port=8080"
- "traefik.docker.network=traefik"