Add TARGET_PORT
Signed-off-by: James Ketrenos <james_git@ketrenos.com>
This commit is contained in:
parent
353095c2f8
commit
6389cb229b
@ -17,8 +17,8 @@ services:
|
|||||||
# - db
|
# - db
|
||||||
restart: always
|
restart: always
|
||||||
ports:
|
ports:
|
||||||
- ${PORT}:80 # nginx -> server/app.js express app
|
- ${PORT}:${TARGET_PORT} # nginx -> server/app.js express app
|
||||||
- 127.0.0.1:14200:4200 # shellinabox
|
# - 127.0.0.1:${SHELL_PORT}:4200 # shellinabox
|
||||||
volumes:
|
volumes:
|
||||||
- /etc/nginx/ssl:/etc/nginx/ssl:ro # Use host web keys
|
- /etc/nginx/ssl:/etc/nginx/ssl:ro # Use host web keys
|
||||||
- ${PICTURES}:/pictures
|
- ${PICTURES}:/pictures
|
||||||
|
Loading…
x
Reference in New Issue
Block a user