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.

26 lines
704 B

5 years ago
5 years ago
5 years ago
  1. # Enter your Docker Host IP (will be appended to /etc/hosts). Default is `10.0.75.1`
  2. DOCKER_HOST_IP=172.20.0.1
  3. PROJECTS_DIR=/home/youruser/PhpstormProjects
  4. ### Common ###############################################
  5. CUSTOM_TZ=Europe/Moscow
  6. CUSTOM_LOCALE=ru_RU.UTF-8
  7. ### WORKSPACE #############################################
  8. ### WORKSPACE #############################################
  9. WORKSPACE_PUID=1000
  10. WORKSPACE_PGID=1000
  11. WORKSPACE_INSTALL_YADM=true
  12. WORKSPACE_INSTALL_FINE_UTILS=true
  13. WORKSPACE_PHP_OPT_MEMORY_LIMIT=-1
  14. ### PHP-FPM #############################################
  15. PHP_OPT_MEMORY_LIMIT=512M
  16. PHP_OPT_POST_MAX_SIZE=800M
  17. PHP_OPT_UPLOAD_MAX_FILESIZE=200M
  18. PHP_OPT_MAX_EXECUTION_TIME=600