chore: Delete nginx ports

This commit is contained in:
2026-04-03 17:48:50 -05:00
parent ece7a8eeb2
commit c7fd2b8210

View File

@@ -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}