Automatically deploy pull requests for testing #8
@ -21,7 +21,7 @@ services:
|
|||||||
- "traefik.enable=true"
|
- "traefik.enable=true"
|
||||||
- "traefik.http.routers.${COMPOSE_PROJECT_NAME}.rule=Host(`${VHOST}`)"
|
- "traefik.http.routers.${COMPOSE_PROJECT_NAME}.rule=Host(`${VHOST}`)"
|
||||||
- "traefik.http.routers.${COMPOSE_PROJECT_NAME}.entrypoints=secure"
|
- "traefik.http.routers.${COMPOSE_PROJECT_NAME}.entrypoints=secure"
|
||||||
- "traefik.http.routers.${COMPOSE_PROJECT_NAME}.tls.certresolver=myresolver"
|
- "traefik.http.routers.${COMPOSE_PROJECT_NAME}.tls.certresolver=letsencrypt"
|
||||||
|
|
||||||
whisper-api-db:
|
whisper-api-db:
|
||||||
image: mariadb
|
image: mariadb
|
||||||
@ -48,7 +48,7 @@ services:
|
|||||||
- "traefik.enable=true"
|
- "traefik.enable=true"
|
||||||
- "traefik.http.routers.${COMPOSE_PROJECT_NAME}-oauth2.rule=Host(`oauth2-${VHOST}`)"
|
- "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.entrypoints=secure"
|
||||||
- "traefik.http.routers.${COMPOSE_PROJECT_NAME}-oauth2.tls.certresolver=myresolver"
|
- "traefik.http.routers.${COMPOSE_PROJECT_NAME}-oauth2.tls.certresolver=letsencrypt"
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
whisper-network:
|
whisper-network:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user