moving config files from json to js objects and injecting them at example page
This commit is contained in:
parent
3279ab37c1
commit
ceafbbcdb8
@ -23,6 +23,8 @@ services:
|
|||||||
environment:
|
environment:
|
||||||
- NODE_ENV=production
|
- NODE_ENV=production
|
||||||
restart: always
|
restart: always
|
||||||
|
volumes:
|
||||||
|
- ../config/local_orthanc.js:/usr/share/nginx/html/servers.js
|
||||||
proxy:
|
proxy:
|
||||||
image: nginx
|
image: nginx
|
||||||
restart: always
|
restart: always
|
||||||
@ -30,3 +32,4 @@ services:
|
|||||||
- 8899:80
|
- 8899:80
|
||||||
volumes:
|
volumes:
|
||||||
- ./nginx-proxy/conf/nginx.conf:/etc/nginx/nginx.conf:ro
|
- ./nginx-proxy/conf/nginx.conf:/etc/nginx/nginx.conf:ro
|
||||||
|
|
||||||
|
|||||||
@ -10,4 +10,6 @@ services:
|
|||||||
ports:
|
ports:
|
||||||
- '80:80'
|
- '80:80'
|
||||||
environment:
|
environment:
|
||||||
- NODE_ENV=production
|
- NODE_ENV=production
|
||||||
|
volumes:
|
||||||
|
- ../config/public_dicomweb.js:/usr/share/nginx/html/servers.js
|
||||||
Loading…
Reference in New Issue
Block a user