using proxy values for sync url

This commit is contained in:
Brian Long 2021-01-13 09:59:21 -05:00
parent a56556b596
commit 15ccb5642b

View File

@ -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