chore: refactor Docker environment and production configuration for improved deployment support

This commit is contained in:
GuavaPopper
2026-06-11 20:03:46 +07:00
parent e7fe969289
commit 3a4bc2d8f2
5 changed files with 2249 additions and 35 deletions
+12 -11
View File
@@ -1,7 +1,7 @@
APP_NAME=Laravel
APP_ENV=local
APP_NAME="WebGIS SPBU"
APP_ENV=production
APP_KEY=base64:bbAu4UCnpFwzL94x76uGNxESotpfaRJDOBEu88XZQug=
APP_DEBUG=true
APP_DEBUG=false
APP_URL=http://t8wccs8s4wcgoks880ss0og4.203.24.51.230.sslip.io
APP_LOCALE=en
@@ -18,14 +18,15 @@ BCRYPT_ROUNDS=12
LOG_CHANNEL=stack
LOG_STACK=single
LOG_DEPRECATIONS_CHANNEL=null
LOG_LEVEL=debug
LOG_LEVEL=warning
DB_CONNECTION=sqlite
# DB_HOST=127.0.0.1
# DB_PORT=3306
# DB_DATABASE=laravel
# DB_USERNAME=root
# DB_PASSWORD=
DB_CONNECTION=mysql
DB_HOST=db
DB_PORT=3306
DB_DATABASE=spbu_baru
DB_USERNAME=spbu
DB_PASSWORD=
DB_ROOT_PASSWORD=
SESSION_DRIVER=database
SESSION_LIFETIME=120
@@ -35,7 +36,7 @@ SESSION_DOMAIN=null
BROADCAST_CONNECTION=log
FILESYSTEM_DISK=local
QUEUE_CONNECTION=database
QUEUE_CONNECTION=sync
CACHE_STORE=database
# CACHE_PREFIX=