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:
14
.env.coolify.example
Normal file
14
.env.coolify.example
Normal file
@@ -0,0 +1,14 @@
|
||||
APP_URL=https://spota.example.com
|
||||
|
||||
DB_USER=spota_user
|
||||
DB_PASSWORD=change_this_database_password
|
||||
DB_NAME=spota_spotadb
|
||||
DB_SPOTA=spota_spotadb
|
||||
DB_KONSULTASI=spota_konsultasi
|
||||
DB_BIO=spota_spotadb
|
||||
DB_DOSEN=spota_spotadb
|
||||
SERVICE_DB_NAME=spota_spotadb
|
||||
|
||||
MYSQL_ROOT_PASSWORD=change_this_root_password
|
||||
PHP_DISPLAY_ERRORS=0
|
||||
FILES_STORAGE_PATH=/var/www/html/files
|
||||
Reference in New Issue
Block a user