Skip to content

Commit

Permalink
Update hacking/docker-compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sbellem committed Jan 28, 2023
1 parent b852abb commit 59e6887
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions hacking/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ services:
image: devlocalsecret
build:
context: ..
dockerfile: hacking/dev.Dockerfile
dockerfile: deployment/dockerfiles/Dockerfile
target: build-localsecret
args:
#BUILD_VERSION: ${VERSION}
FEATURES: "${FEATURES},debug-print"
Expand All @@ -26,7 +27,7 @@ services:
# faucet
- "5000:5000"
environment:
LOG_LEVEL: "INFO"
LOG_LEVEL: "TRACE"
SECRET_NODE_TYPE: BOOTSTRAP
# NOTE: mount source code that may be changed and rebuilt in a container
volumes:
Expand All @@ -38,7 +39,8 @@ services:
image: devlocalsecret
build:
context: ..
dockerfile: hacking/dev.Dockerfile
dockerfile: deployment/dockerfiles/Dockerfile
target: build-localsecret
args:
#BUILD_VERSION: ${VERSION}
FEATURES: "${FEATURES},debug-print"
Expand All @@ -60,7 +62,7 @@ services:
- "5300:5000"
environment:
CHAINID: "secretdev-1"
LOG_LEVEL: "INFO"
LOG_LEVEL: "TRACE"
SECRET_NODE_TYPE: NODE
DUMMY_STORE: "true"
# NOTE: mount source code that may be changed and rebuilt in a container
Expand Down

0 comments on commit 59e6887

Please sign in to comment.