mirror of https://github.com/samply/bridgehead.git
Add forward strategy to teiler-core
This commit is contained in:
parent
cf255bf08b
commit
2c7bdfd868
|
@ -69,7 +69,8 @@ services:
|
||||||
TEILER_PROJECT: "${PROJECT}"
|
TEILER_PROJECT: "${PROJECT}"
|
||||||
|
|
||||||
teiler-core:
|
teiler-core:
|
||||||
image: samply/teiler-core:developer
|
#image: samply/teiler-core:developer
|
||||||
|
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"
|
||||||
|
@ -81,6 +82,8 @@ services:
|
||||||
environment:
|
environment:
|
||||||
LOG_LEVEL: "INFO"
|
LOG_LEVEL: "INFO"
|
||||||
APPLICATION_PORT: "8085"
|
APPLICATION_PORT: "8085"
|
||||||
|
APPLICATION_FORWARD_STRATEGY: "framework"
|
||||||
|
APPLICATION_ADDRESS: "${HOST}"
|
||||||
DEFAULT_LANGUAGE: "DE"
|
DEFAULT_LANGUAGE: "DE"
|
||||||
CONFIG_ENV_VAR_PATH: "/app/ccp.conf"
|
CONFIG_ENV_VAR_PATH: "/app/ccp.conf"
|
||||||
TEILER_CONFIG_UPDATER_CRON: "0 1 * * * *"
|
TEILER_CONFIG_UPDATER_CRON: "0 1 * * * *"
|
||||||
|
|
Loading…
Reference in New Issue