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 a1d00ce17b - Show all commits

View File

@ -36,13 +36,12 @@ services:
- MYSQL_ROOT_HOST=%
whisper-api-oauth2:
container_name: whisper-api-oauth2
# container_name: whisper-api-oauth2
build:
context: https://github.com/dsv-su/toker.git
dockerfile: embedded.Dockerfile
restart: on-failure
networks:
- whisper-network
- traefik
environment:
CLIENT_ID: whisper-frontend
@ -51,9 +50,8 @@ services:
labels:
- "traefik.enable=true"
- "traefik.http.routers.${VHOST}-oauth2.rule=Host(`${VHOST}-oauth2.branch.dsv.su.se`)"
- "traefik.http.routers.fo-oauth2.entrypoints=secure"
- "traefik.http.routers.${VHOST}-oauth2.tls.certresolver=myresolver"
- "traefik.http.services.${VHOST}-oauth2.loadbalancer.server.port=8080"
- "traefik.docker.network=traefik"
networks:
whisper-network: