mirror of
https://github.com/logos-messaging/logos-messaging-simulator.git
synced 2026-01-02 14:03:07 +00:00
foundry service now also running contract deploy script
This commit is contained in:
parent
3a537d47fe
commit
d7e67fce5d
@ -16,15 +16,23 @@ services:
|
||||
com.centurylinklabs.watchtower.enable: '${WATCHTOWER_ENABLED:-false}'
|
||||
ports:
|
||||
- 127.0.0.1:8545:8545
|
||||
command: >
|
||||
"anvil
|
||||
--port=8545
|
||||
--host=0.0.0.0
|
||||
--chain-id=1337
|
||||
--block-time=12
|
||||
--accounts=1
|
||||
--allow-origin=*
|
||||
--silent"
|
||||
environment:
|
||||
- RPC_URL=http://localhost:8545
|
||||
- PRIVATE_KEY=0xac0974bec39a17e36ba4a6b4d238ff944bacb478cbed5efcae784d7bf4f2ff80
|
||||
command:
|
||||
- anvil
|
||||
--port=8545
|
||||
--host=0.0.0.0
|
||||
--chain-id=1337
|
||||
--accounts=1
|
||||
--allow-origin=*
|
||||
--block-time=12
|
||||
--silent
|
||||
--config-out=anvil-config.txt
|
||||
& /opt/deploy_rln_contract.sh
|
||||
& tail -f /dev/null
|
||||
volumes:
|
||||
- ./deploy_rln_contract.sh:/opt/deploy_rln_contract.sh:Z
|
||||
networks:
|
||||
- simulation
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user