|
@@ -294,6 +294,7 @@ services:
|
|
# used for reverse proxying the API service and Web service.
|
|
# used for reverse proxying the API service and Web service.
|
|
nginx:
|
|
nginx:
|
|
image: nginx:latest
|
|
image: nginx:latest
|
|
|
|
+ restart: always
|
|
volumes:
|
|
volumes:
|
|
- ./nginx/nginx.conf:/etc/nginx/nginx.conf
|
|
- ./nginx/nginx.conf:/etc/nginx/nginx.conf
|
|
- ./nginx/proxy.conf:/etc/nginx/proxy.conf
|
|
- ./nginx/proxy.conf:/etc/nginx/proxy.conf
|