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

View File

@ -19,9 +19,9 @@ services:
- traefik
labels:
- "traefik.enable=true"
- "traefik.http.routers.${VHOST}.rule=Host(`${VHOST}`)"
- "traefik.http.routers.${VHOST}.entrypoints=secure"
- "traefik.http.routers.${VHOST}.tls.certresolver=myresolver"
- "traefik.http.routers.${COMPOSE_PROJECT_NAME}.rule=Host(`${VHOST}`)"
- "traefik.http.routers.${COMPOSE_PROJECT_NAME}.entrypoints=secure"
- "traefik.http.routers.${COMPOSE_PROJECT_NAME}.tls.certresolver=myresolver"
whisper-api-db:
image: mariadb
@ -46,9 +46,9 @@ services:
CLIENT_REDIRECT_URI: https://${VHOST}/login/oauth2/code/su
labels:
- "traefik.enable=true"
- "traefik.http.routers.${VHOST}-oauth2.rule=Host(`oauth2-${VHOST}`)"
- "traefik.http.routers.${VHOST}-oauth2.entrypoints=secure"
- "traefik.http.routers.${VHOST}-oauth2.tls.certresolver=myresolver"
- "traefik.http.routers.${COMPOSE_PROJECT_NAME}-oauth2.rule=Host(`oauth2-${VHOST}`)"
- "traefik.http.routers.${COMPOSE_PROJECT_NAME}-oauth2.entrypoints=secure"
- "traefik.http.routers.${COMPOSE_PROJECT_NAME}-oauth2.tls.certresolver=myresolver"
networks:
whisper-network: