using proxy values for sync url
This commit is contained in:
parent
a56556b596
commit
15ccb5642b
@ -14,7 +14,7 @@ services:
|
||||
-Dalfresco.port=${PROXY_PORT}
|
||||
-Dalfresco.protocol=${PROXY_PROTOCOL}
|
||||
-Dmessaging.broker.url=\"failover:(nio://activemq:61616)?timeout=3000&jms.useCompression=true\"
|
||||
-Ddsync.service.uris=http://localhost:8080/sync
|
||||
-Ddsync.service.uris=${PROXY_PROTOCOL}://${PROXY_HOST}:${PROXY_PORT}/sync
|
||||
"
|
||||
depends_on:
|
||||
- postgres-acs
|
||||
|
Loading…
x
Reference in New Issue
Block a user