Endpoint includes port

This commit is contained in:
Thomas E Lackey 2023-11-21 23:46:30 -06:00
parent 87bedde5cb
commit 799d1a8821
2 changed files with 3 additions and 3 deletions

View File

@ -4,6 +4,6 @@ services:
image: cerc/laconic-console-host:local image: cerc/laconic-console-host:local
environment: environment:
- CERC_WEBAPP_FILES_DIR=${CERC_WEBAPP_FILES_DIR:-/usr/local/share/.config/yarn/global/node_modules/@cerc-io/console-app/dist/production} - CERC_WEBAPP_FILES_DIR=${CERC_WEBAPP_FILES_DIR:-/usr/local/share/.config/yarn/global/node_modules/@cerc-io/console-app/dist/production}
- LACONIC_HOSTED_ENDPOINT=${LACONIC_HOSTED_ENDPOINT:-http://localhost} - LACONIC_HOSTED_ENDPOINT=${LACONIC_HOSTED_ENDPOINT:-http://localhost:9473}
ports: ports:
- "80" - "80"

View File

@ -2,5 +2,5 @@
services: services:
wns: wns:
server: 'LACONIC_HOSTED_ENDPOINT:9473/api' server: 'LACONIC_HOSTED_ENDPOINT/api'
webui: 'LACONIC_HOSTED_ENDPOINT:9473/console' webui: 'LACONIC_HOSTED_ENDPOINT/console'