feat(opnform): add SERVICE_URL_NGINX environment variable to nginx service
This commit is contained in:
parent
0cb7881f37
commit
adc82dc7a9
1 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue