mirror of
https://github.com/Xahau/Validation-Ledger-Tx-Store-to-xPOP.git
synced 2025-11-04 20:35:49 +00:00
NGINX port mappings
This commit is contained in:
@@ -15,10 +15,10 @@ services:
|
|||||||
- nginxpid:/var/run
|
- nginxpid:/var/run
|
||||||
- ./store/:/usr/share/nginx/html:ro
|
- ./store/:/usr/share/nginx/html:ro
|
||||||
ports:
|
ports:
|
||||||
- ${PORT:-3000}:3000
|
- ${PORT:-3000}:${PORT:-3000}
|
||||||
- ${SSLPORT:-3443}:3443
|
- ${SSLPORT:-3443}:${SSLPORT:-3443}
|
||||||
- ${PORT_TESTNET:-3001}:3001
|
- ${PORT_TESTNET:-3001}:${PORT_TESTNET:-3001}
|
||||||
- ${SSLPORT_TESTNET:-3444}:3444
|
- ${SSLPORT_TESTNET:-3444}:${SSLPORT_TESTNET:-3444}
|
||||||
image: nginx:alpine
|
image: nginx:alpine
|
||||||
environment:
|
environment:
|
||||||
- PUBLIC_PORT=${PORT:-3000}
|
- PUBLIC_PORT=${PORT:-3000}
|
||||||
|
|||||||
Reference in New Issue
Block a user