Automatically deploy pull requests for testing #8
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue
Block a user