Skip to content

Commit

Permalink
Merge pull request #949 from JackReevies/main
Browse files Browse the repository at this point in the history
Synced default value for SERVICES_PRD_COMMONDATA_API with rpx-xui-webapp
  • Loading branch information
banderous authored Sep 14, 2023
2 parents 34137b4 + cbd97ed commit 68e27d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cftlib/lib/runtime/compose/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ services:
LAUNCH_DARKLY_CLIENT_ID: "${XUI_LD_ID:-5de6610b23ce5408280f2268}"
SERVICES_ROLE_ASSIGNMENT_API: http://${JVM_HOST:-host.docker.internal}:4096
HEALTH_ROLE_ASSIGNMENT_API: http://${JVM_HOST:-host.docker.internal}:4096/health
SERVICES_PRD_COMMONDATA_API: "${SERVICES_PRD_COMMONDATA_API:-http://host.docker.internal:8765}"
SERVICES_PRD_COMMONDATA_API: ${SERVICES_PRD_COMMONDATA_API}
ports:
- ${XUI_PORT:-3000}:3000
extra_hosts:
Expand Down

0 comments on commit 68e27d1

Please sign in to comment.