1
0
stack-orchestrator/app/data/compose/docker-compose-fixturenet-laconic-console.yml
David Boreham cb72e5c03f Simple implementation of LACONIC_HOSTED_ENDPOINT (#342)
Former-commit-id: 172300d7bd64ea14e912af88a2c2e6e3113c5ea0
2023-04-17 20:46:05 -06:00

9 lines
218 B
YAML

services:
laconic-console:
restart: unless-stopped
image: cerc/laconic-console-host:local
environment:
- LACONIC_HOSTED_ENDPOINT=${LACONIC_HOSTED_ENDPOINT:-http://localhost}
ports:
- "80"