mirror of
https://github.com/logos-messaging/logos-messaging-simulator.git
synced 2026-01-07 08:23:11 +00:00
bind foundry and explorer ports to 0.0.0.0
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
d3859c4f0c
commit
9746b9f18d
@ -15,7 +15,7 @@ services:
|
|||||||
labels:
|
labels:
|
||||||
com.centurylinklabs.watchtower.enable: '${WATCHTOWER_ENABLED:-false}'
|
com.centurylinklabs.watchtower.enable: '${WATCHTOWER_ENABLED:-false}'
|
||||||
ports:
|
ports:
|
||||||
- 127.0.0.1:8545:8545
|
- 0.0.0.0:8545:8545
|
||||||
command:
|
command:
|
||||||
- anvil
|
- anvil
|
||||||
--port=8545
|
--port=8545
|
||||||
@ -208,7 +208,7 @@ services:
|
|||||||
web:
|
web:
|
||||||
image: web3labs/epirus-free-web:latest
|
image: web3labs/epirus-free-web:latest
|
||||||
ports:
|
ports:
|
||||||
- 127.0.0.1:3001:3000
|
- 0.0.0.0:3001:3000
|
||||||
environment:
|
environment:
|
||||||
- API_URL=http://localhost:8090
|
- API_URL=http://localhost:8090
|
||||||
- WS_API_URL=ws://localhost:8090
|
- WS_API_URL=ws://localhost:8090
|
||||||
@ -230,4 +230,4 @@ services:
|
|||||||
- redis
|
- redis
|
||||||
- foundry
|
- foundry
|
||||||
networks:
|
networks:
|
||||||
- simulation
|
- simulation
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user