mirror of
https://github.com/logos-messaging/logos-messaging-simulator.git
synced 2026-05-22 10:09:37 +00:00
removed run_anvil script and moved the command to the docker-compose file
This commit is contained in:
parent
782e7852e6
commit
b3cd74cc44
@ -14,11 +14,12 @@ services:
|
|||||||
image: ghcr.io/foundry-rs/foundry:latest
|
image: ghcr.io/foundry-rs/foundry:latest
|
||||||
labels:
|
labels:
|
||||||
com.centurylinklabs.watchtower.enable: '${WATCHTOWER_ENABLED:-false}'
|
com.centurylinklabs.watchtower.enable: '${WATCHTOWER_ENABLED:-false}'
|
||||||
entrypoint: sh
|
command:
|
||||||
command:
|
- anvil
|
||||||
- '/opt/run_anvil.sh'
|
- --port 8540
|
||||||
volumes:
|
- --chain-id 1337
|
||||||
- ./run_anvil.sh:/opt/run_anvil.sh:Z
|
- --block-time 12
|
||||||
|
- --accounts 1
|
||||||
networks:
|
networks:
|
||||||
- simulation
|
- simulation
|
||||||
|
|
||||||
|
|||||||
@ -1,9 +0,0 @@
|
|||||||
#!/bin/sh
|
|
||||||
|
|
||||||
echo "anvil script"
|
|
||||||
|
|
||||||
# defaults:
|
|
||||||
#
|
|
||||||
exec anvil --port 8540 --chain-id 1337 --block-time 12 --accounts 1
|
|
||||||
|
|
||||||
echo "anvil running"
|
|
||||||
Loading…
x
Reference in New Issue
Block a user