feat(opnform): add SERVICE_URL_NGINX environment variable to nginx service

This commit is contained in:
Julien Nahum 2025-11-14 14:46:56 +00:00
parent 0cb7881f37
commit adc82dc7a9

View file

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