Create new base container for pre-compiled webapps. #507

Merged
telackey merged 3 commits from telackey/webapp into main 2023-08-22 18:32:45 +00:00
Showing only changes of commit 6d94cae18b - Show all commits

View File

@ -3,6 +3,7 @@ services:
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}
ports:
- "80"