mirror of
https://github.com/logos-messaging/logos-messaging-simulator.git
synced 2026-02-20 05:53:10 +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
|
||||
labels:
|
||||
com.centurylinklabs.watchtower.enable: '${WATCHTOWER_ENABLED:-false}'
|
||||
entrypoint: sh
|
||||
command:
|
||||
- '/opt/run_anvil.sh'
|
||||
volumes:
|
||||
- ./run_anvil.sh:/opt/run_anvil.sh:Z
|
||||
command:
|
||||
- anvil
|
||||
- --port 8540
|
||||
- --chain-id 1337
|
||||
- --block-time 12
|
||||
- --accounts 1
|
||||
networks:
|
||||
- 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