Skip to content

Commit

Permalink
fix: DEVOPS-1772 Remove logs from previous containers (#1973)
Browse files Browse the repository at this point in the history
  • Loading branch information
frankmeds authored Dec 9, 2024
1 parent fde1473 commit 2533675
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions z2/resources/node_provision.tera.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ def health():
start() {
docker rm zilliqa-""" + VERSIONS.get('zilliqa') + """ &> /dev/null || echo 0
docker container prune -f
docker run -td -p 3333:3333/udp -p 4201:4201 --net=host --name zilliqa-""" + VERSIONS.get('zilliqa') + """ \
--log-driver json-file --log-opt max-size=1g --log-opt max-file=30 \
-e RUST_LOG="zilliqa=trace" -e RUST_BACKTRACE=1 \
Expand Down
2 changes: 1 addition & 1 deletion zq2-protomainnet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ roles:
- apps
- checkpoint
versions:
zq2: 3ee4dcde
zq2: 8d310334
otterscan: develop
spout: main
2 changes: 1 addition & 1 deletion zq2-prototestnet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ roles:
- apps
- checkpoint
versions:
zq2: 886d0c55
zq2: 3f89fffe
otterscan: develop
spout: main

0 comments on commit 2533675

Please sign in to comment.