build cleanup

docker ignore

dockerfile cleanup

clean up init script

forward LOGLEVEL
This commit is contained in:
2023-09-21 19:30:02 +08:00
parent afc40702e2
commit 61fe74ca3b
6 changed files with 69 additions and 65 deletions
+2 -1
View File
@@ -2,10 +2,11 @@ services:
laconicd:
restart: unless-stopped
image: cerc/laconicd:local-test
command: ["sh", "/docker-entrypoint-scripts.d/create-fixturenet.sh"]
entrypoint: ["sh", "/docker-entrypoint-scripts.d/create-fixturenet.sh"]
environment:
- TEST_AUCTION_ENABLED
- TEST_REGISTRY_EXPIRY
- LOGLEVEL
volumes:
- ../../init.sh:/docker-entrypoint-scripts.d/create-fixturenet.sh
healthcheck: