You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

29 lines
974 B

5 years ago
5 years ago
5 years ago
5 years ago
  1. # Enter your gateway IP (your host IP under from docker containers) - that need for correctly worked xdebug from cli
  2. # For detect that IP use: docker network inspect structure_default | grep Gateway | xargs | cut -d ' ' -f2
  3. # For UFW allowing ports on the host system: ufw allow to 172.18.0.1 port 9000,9003
  4. DOCKER_HOST_IP=172.18.0.1
  5. PROJECTS_DIR=/home/youruser/PhpstormProjects
  6. PYTHON_PROJECTS_DIR=/home/dimti/PythonProjects
  7. ### Common ###############################################
  8. CUSTOM_TZ=Europe/Moscow
  9. CUSTOM_LOCALE=ru_RU.UTF-8
  10. ### WORKSPACE #############################################
  11. ### WORKSPACE #############################################
  12. WORKSPACE_PUID=1000
  13. WORKSPACE_PGID=1000
  14. WORKSPACE_INSTALL_YADM=true
  15. WORKSPACE_INSTALL_FINE_UTILS=true
  16. WORKSPACE_PHP_OPT_MEMORY_LIMIT=-1
  17. ### PHP-FPM #############################################
  18. PHP_OPT_MEMORY_LIMIT=512M
  19. PHP_OPT_POST_MAX_SIZE=800M
  20. PHP_OPT_UPLOAD_MAX_FILESIZE=200M
  21. PHP_OPT_MAX_EXECUTION_TIME=600