Add Docker and Coolify deployment setup
Add the container configuration, environment templates, and storage settings needed to deploy SPOTA with Docker and Coolify.
This commit is contained in:
13
docker/php.ini
Normal file
13
docker/php.ini
Normal file
@@ -0,0 +1,13 @@
|
||||
display_errors = ${PHP_DISPLAY_ERRORS}
|
||||
log_errors = On
|
||||
error_reporting = E_ALL
|
||||
max_execution_time = 120
|
||||
max_input_time = 120
|
||||
max_input_vars = 5000
|
||||
memory_limit = 512M
|
||||
post_max_size = 32M
|
||||
upload_max_filesize = 32M
|
||||
session.gc_maxlifetime = 604800
|
||||
session.save_path = "/tmp/spota_sessions"
|
||||
allow_url_fopen = On
|
||||
date.timezone = Asia/Jakarta
|
||||
Reference in New Issue
Block a user