chore: Delete nginx ports
This commit is contained in:
@@ -91,13 +91,11 @@ services:
|
|||||||
|
|
||||||
nginx:
|
nginx:
|
||||||
image: nginx:1.23.3
|
image: nginx:1.23.3
|
||||||
volumes:
|
|
||||||
- ./nginx.conf:/etc/nginx/conf.d/nginx.conf.template
|
|
||||||
ports:
|
|
||||||
- "${NGINX_PORT:-10000}:10000"
|
|
||||||
depends_on:
|
depends_on:
|
||||||
tryton:
|
tryton:
|
||||||
condition: service_healthy
|
condition: service_healthy
|
||||||
|
volumes:
|
||||||
|
- ./nginx.conf:/etc/nginx/conf.d/nginx.conf.template
|
||||||
environment:
|
environment:
|
||||||
SERVER_NAME: ${SERVER_NAME:-tryton.domain.com}
|
SERVER_NAME: ${SERVER_NAME:-tryton.domain.com}
|
||||||
NGINX_PORT: ${NGINX_PORT:-10000}
|
NGINX_PORT: ${NGINX_PORT:-10000}
|
||||||
|
|||||||
Reference in New Issue
Block a user