bad env arg passing... done through docker compose environment now

This commit is contained in:
Michael Shaw 2023-02-01 12:36:47 -05:00
parent 7ee03b47d1
commit 8d866149bc

View File

@ -2,7 +2,10 @@ services:
laconicd:
restart: unless-stopped
image: cerc-io/laconicd:local-test
command: ["sh", "TEST_AUCTION_ENABLED=true", "TEST_NAMESERVICE_EXPIRY=true", "/docker-entrypoint-scripts.d/create-fixturenet.sh"]
environment:
- TEST_AUCTION_ENABLED=true
- TEST_NAMESERVICE_EXPIRY=true
command: ["sh", "/docker-entrypoint-scripts.d/create-fixturenet.sh"]
volumes:
- ../../init.sh:/docker-entrypoint-scripts.d/create-fixturenet.sh
healthcheck: