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:
Power BI Dev
2026-05-02 10:07:56 +07:00
commit 874dbbe8e8
12 changed files with 407 additions and 0 deletions

13
docker/php.ini Normal file
View 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