Thomas E Lackey
1a37255c18
* Endpoint includes port * Make it restartable * Don't try to remove the mounted directory * Make copy of init.sh
10 lines
366 B
YAML
10 lines
366 B
YAML
services:
|
|
laconic-console:
|
|
restart: unless-stopped
|
|
image: cerc/laconic-console-host:local
|
|
environment:
|
|
- 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:9473}
|
|
ports:
|
|
- "80"
|