mirror of
https://github.com/logos-messaging/logos-messaging-simulator.git
synced 2026-01-02 22:13:11 +00:00
remove exposed port from web service and change nginx port to 3000
This commit is contained in:
parent
93ae2ba75d
commit
7bfdcc1f54
@ -199,8 +199,6 @@ services:
|
||||
|
||||
web:
|
||||
image: web3labs/epirus-free-web:latest
|
||||
ports:
|
||||
- 0.0.0.0:3000:3000
|
||||
environment:
|
||||
- API_URL=${EPIRUS_WEB_API_URL:-/api}
|
||||
- WS_API_URL=${EPIRUS_WEB_WS_API_URL:-ws://localhost:8090}
|
||||
@ -230,7 +228,7 @@ services:
|
||||
- ./nginx.conf:/etc/nginx/nginx.conf
|
||||
- ./5xx.html:/www/error_pages/5xx.html
|
||||
ports:
|
||||
- ${PORT:-80}:80
|
||||
- 0.0.0.0:3000:80
|
||||
depends_on:
|
||||
- api
|
||||
- web
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user