fixed ssl cert handler
All checks were successful
Build and Deploy Demo App / build-and-deploy (push) Successful in 1m11s
All checks were successful
Build and Deploy Demo App / build-and-deploy (push) Successful in 1m11s
This commit is contained in:
@@ -17,6 +17,8 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
- ./nginx_user_conf.d:/etc/nginx/conf.d/
|
- ./nginx_user_conf.d:/etc/nginx/conf.d/
|
||||||
- letsencrypt:/etc/letsencrypt
|
- letsencrypt:/etc/letsencrypt
|
||||||
|
- /home/devroot/demo/certs/fullchain.pem:/etc/nginx/ssl/origin_cert.pem:ro # Mount cert
|
||||||
|
- /home/devroot/demo/certs/prvkey.pem:/etc/nginx/ssl/origin_key.key:ro # Mount key
|
||||||
depends_on:
|
depends_on:
|
||||||
- app
|
- app
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user