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