mirror of
https://github.com/logos-messaging/logos-messaging-simulator.git
synced 2026-01-07 16:33:07 +00:00
Update contract-repo-deployer docker image to match tools glibc version requirement (Debian 11 -> 12) (#106)
This commit is contained in:
parent
640045bd30
commit
29f7264179
@ -34,7 +34,7 @@ services:
|
|||||||
- simulation
|
- simulation
|
||||||
|
|
||||||
contract-repo-deployer:
|
contract-repo-deployer:
|
||||||
image: node:hydrogen-bullseye
|
image: node:hydrogen-bookworm
|
||||||
labels:
|
labels:
|
||||||
com.centurylinklabs.watchtower.enable: '${WATCHTOWER_ENABLED:-false}'
|
com.centurylinklabs.watchtower.enable: '${WATCHTOWER_ENABLED:-false}'
|
||||||
environment:
|
environment:
|
||||||
|
|||||||
@ -7,6 +7,7 @@ echo "I am a bootstrap node"
|
|||||||
exec /usr/bin/wakunode\
|
exec /usr/bin/wakunode\
|
||||||
--relay=false\
|
--relay=false\
|
||||||
--rest=true\
|
--rest=true\
|
||||||
|
--rest-admin=true\
|
||||||
--rest-address=0.0.0.0\
|
--rest-address=0.0.0.0\
|
||||||
--max-connections=300\
|
--max-connections=300\
|
||||||
--dns-discovery=true\
|
--dns-discovery=true\
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user