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.

28 lines
927 B

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. ### Common ###############################################
  7. CUSTOM_TZ=Europe/Moscow
  8. CUSTOM_LOCALE=ru_RU.UTF-8
  9. ### WORKSPACE #############################################
  10. ### WORKSPACE #############################################
  11. WORKSPACE_PUID=1000
  12. WORKSPACE_PGID=1000
  13. WORKSPACE_INSTALL_YADM=true
  14. WORKSPACE_INSTALL_FINE_UTILS=true
  15. WORKSPACE_PHP_OPT_MEMORY_LIMIT=-1
  16. ### PHP-FPM #############################################
  17. PHP_OPT_MEMORY_LIMIT=512M
  18. PHP_OPT_POST_MAX_SIZE=800M
  19. PHP_OPT_UPLOAD_MAX_FILESIZE=200M
  20. PHP_OPT_MAX_EXECUTION_TIME=600