Automatically deploy pull requests for testing #8
@ -36,13 +36,12 @@ services:
|
|||||||
- MYSQL_ROOT_HOST=%
|
- MYSQL_ROOT_HOST=%
|
||||||
|
|
||||||
whisper-api-oauth2:
|
whisper-api-oauth2:
|
||||||
container_name: whisper-api-oauth2
|
# container_name: whisper-api-oauth2
|
||||||
build:
|
build:
|
||||||
context: https://github.com/dsv-su/toker.git
|
context: https://github.com/dsv-su/toker.git
|
||||||
dockerfile: embedded.Dockerfile
|
dockerfile: embedded.Dockerfile
|
||||||
restart: on-failure
|
restart: on-failure
|
||||||
networks:
|
networks:
|
||||||
- whisper-network
|
|
||||||
- traefik
|
- traefik
|
||||||
environment:
|
environment:
|
||||||
CLIENT_ID: whisper-frontend
|
CLIENT_ID: whisper-frontend
|
||||||
@ -51,9 +50,8 @@ services:
|
|||||||
labels:
|
labels:
|
||||||
- "traefik.enable=true"
|
- "traefik.enable=true"
|
||||||
- "traefik.http.routers.${VHOST}-oauth2.rule=Host(`${VHOST}-oauth2.branch.dsv.su.se`)"
|
- "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.routers.${VHOST}-oauth2.tls.certresolver=myresolver"
|
||||||
- "traefik.http.services.${VHOST}-oauth2.loadbalancer.server.port=8080"
|
|
||||||
- "traefik.docker.network=traefik"
|
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
whisper-network:
|
whisper-network:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user