added localhost IP to ports for api and web docker services

This commit is contained in:
stubbsta 2024-03-01 12:45:30 +02:00
parent a4a7c99ce0
commit ce85850f26
No known key found for this signature in database

View File

@ -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