mirror of
https://github.com/logos-messaging/logos-messaging-simulator.git
synced 2026-01-02 14:03:07 +00:00
added localhost IP to ports for api and web docker services
This commit is contained in:
parent
a4a7c99ce0
commit
ce85850f26
@ -156,7 +156,7 @@ services:
|
||||
api:
|
||||
image: web3labs/epirus-free-api:latest
|
||||
ports:
|
||||
- 8090:8090
|
||||
- 127.0.0.1:8090:8090
|
||||
environment:
|
||||
- NODE_ENDPOINT=http://foundry:8541
|
||||
- MONGO_CLIENT_URI=mongodb://mongodb:27017
|
||||
@ -184,7 +184,7 @@ services:
|
||||
web:
|
||||
image: web3labs/epirus-free-web:latest
|
||||
ports:
|
||||
- 3001:3000
|
||||
- 127.0.0.1:3001:3000
|
||||
environment:
|
||||
- API_URL=http://localhost:8090
|
||||
- WS_API_URL=ws://localhost:8090
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user