+ 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:
@ -3,6 +3,7 @@
|
||||
# For UFW allowing ports on the host system: ufw allow to 172.18.0.1 port 9000,9003
|
||||
DOCKER_HOST_IP=172.18.0.1
|
||||
PROJECTS_DIR=/home/youruser/PhpstormProjects
|
||||
PYTHON_PROJECTS_DIR=/home/dimti/PythonProjects
|
||||
|
||||
### Common ###############################################
|
||||
CUSTOM_TZ=Europe/Moscow
|
||||
|
Reference in New Issue
Block a user