Automatically deploy pull requests for testing #8
@@ -19,6 +19,7 @@ services:
|
|||||||
- "traefik.enable=true"
|
- "traefik.enable=true"
|
||||||
- "traefik.http.routers.${VHOST}.rule=Host(`${VHOST}.branch.dsv.su.se`)"
|
- "traefik.http.routers.${VHOST}.rule=Host(`${VHOST}.branch.dsv.su.se`)"
|
||||||
- "traefik.http.routers.${VHOST}.tls.certresolver=myresolver"
|
- "traefik.http.routers.${VHOST}.tls.certresolver=myresolver"
|
||||||
|
- "traefik.docker.network=traefik"
|
||||||
|
|
||||||
whisper-api-db:
|
whisper-api-db:
|
||||||
container_name: 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.rule=Host(`${VHOST}-oauth2.branch.dsv.su.se`)"
|
||||||
- "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.http.services.${VHOST}-oauth2.loadbalancer.server.port=8080"
|
||||||
|
- "traefik.docker.network=traefik"
|
||||||
|
|||||||
Reference in New Issue
Block a user