From adc82dc7a9b96bca8560b5b9f3b1c704ed53f973 Mon Sep 17 00:00:00 2001 From: Julien Nahum Date: Fri, 14 Nov 2025 14:46:56 +0000 Subject: [PATCH] feat(opnform): add SERVICE_URL_NGINX environment variable to nginx service --- templates/compose/opnform.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/templates/compose/opnform.yaml b/templates/compose/opnform.yaml index 80624d948..682eb38b8 100644 --- a/templates/compose/opnform.yaml +++ b/templates/compose/opnform.yaml @@ -171,6 +171,8 @@ services: # used for reverse proxying the API service and Web service. nginx: image: nginx:1.29.2 + environment: + - SERVICE_URL_NGINX volumes: - type: bind source: ./nginx/nginx.conf