Simple implementation of LACONIC_HOSTED_ENDPOINT (#342)

This commit was merged in pull request #342.
This commit is contained in:
2023-04-17 20:46:05 -06:00
committed by GitHub
parent 99aa1fa27e
commit 172300d7bd
3 changed files with 7 additions and 4 deletions
@@ -2,5 +2,7 @@ services:
laconic-console:
restart: unless-stopped
image: cerc/laconic-console-host:local
environment:
- LACONIC_HOSTED_ENDPOINT=${LACONIC_HOSTED_ENDPOINT:-http://localhost}
ports:
- "80"