Simple implementation of LACONIC_HOSTED_ENDPOINT (#342)

Former-commit-id: 172300d7bd
This commit is contained in:
2023-04-17 20:46:05 -06:00
committed by GitHub
parent c7a4d3f4e7
commit cb72e5c03f
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"