mirror of https://github.com/samply/bridgehead.git
Add stripprefix to teiler-core
This commit is contained in:
parent
3e0bf38018
commit
c794508880
|
@ -73,12 +73,14 @@ services:
|
||||||
image: teiler-core
|
image: teiler-core
|
||||||
container_name: bridgehead-teiler-core
|
container_name: bridgehead-teiler-core
|
||||||
volumes:
|
volumes:
|
||||||
- "/etc/bridgehead/ccp.conf:/app/ccp.conf"
|
- "/etc/bridgehead/ccp.conf:/app/ccp.conf:ro"
|
||||||
labels:
|
labels:
|
||||||
- "traefik.enable=true"
|
- "traefik.enable=true"
|
||||||
- "traefik.http.routers.teiler_core_ccp.rule=PathPrefix(`/ccp-teiler-core`)"
|
- "traefik.http.routers.teiler_core_ccp.rule=PathPrefix(`/ccp-teiler-core`)"
|
||||||
- "traefik.http.services.teiler_core_ccp.loadbalancer.server.port=8085"
|
- "traefik.http.services.teiler_core_ccp.loadbalancer.server.port=8085"
|
||||||
- "traefik.http.routers.teiler_core_ccp.tls=true"
|
- "traefik.http.routers.teiler_core_ccp.tls=true"
|
||||||
|
- "traefik.http.middlewares.teiler_core_ccp_strip.stripprefix.prefixes=/ccp-teiler-core"
|
||||||
|
- "traefik.http.routers.teiler_core_ccp.middlewares=teiler_core_ccp_strip"
|
||||||
environment:
|
environment:
|
||||||
LOG_LEVEL: "INFO"
|
LOG_LEVEL: "INFO"
|
||||||
APPLICATION_PORT: "8085"
|
APPLICATION_PORT: "8085"
|
||||||
|
|
Loading…
Reference in New Issue