+ python services and python nginx conf example
+ also example of Dockerfile for python project and needed to place onto your project directory
This commit is contained in:
@ -4,6 +4,7 @@ services:
|
||||
restart: always
|
||||
volumes:
|
||||
- ${PROJECTS_DIR}:/usr/share/nginx/html
|
||||
- ${PYTHON_PROJECTS_DIR}:/usr/share/nginx/python
|
||||
- ./config/nginx/conf.d:/etc/nginx/conf.d
|
||||
- ./config/nginx/includes.d:/etc/nginx/includes.d
|
||||
- ./config/nginx/ssl.d:/etc/nginx/ssl.d
|
||||
|
Reference in New Issue
Block a user