From c7fd2b821038da3bda602d54d59004908ef6c098 Mon Sep 17 00:00:00 2001 From: aserrador Date: Fri, 3 Apr 2026 17:48:50 -0500 Subject: [PATCH] chore: Delete nginx ports --- docker-compose.yaml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/docker-compose.yaml b/docker-compose.yaml index fb04954..a2b5c78 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -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}