mirror of
https://github.com/logos-messaging/logos-messaging-simulator.git
synced 2026-01-08 00:43:09 +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:
|
api:
|
||||||
image: web3labs/epirus-free-api:latest
|
image: web3labs/epirus-free-api:latest
|
||||||
ports:
|
ports:
|
||||||
- 8090:8090
|
- 127.0.0.1:8090:8090
|
||||||
environment:
|
environment:
|
||||||
- NODE_ENDPOINT=http://foundry:8541
|
- NODE_ENDPOINT=http://foundry:8541
|
||||||
- MONGO_CLIENT_URI=mongodb://mongodb:27017
|
- MONGO_CLIENT_URI=mongodb://mongodb:27017
|
||||||
@ -184,7 +184,7 @@ services:
|
|||||||
web:
|
web:
|
||||||
image: web3labs/epirus-free-web:latest
|
image: web3labs/epirus-free-web:latest
|
||||||
ports:
|
ports:
|
||||||
- 3001:3000
|
- 127.0.0.1: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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user