implement docker

This commit is contained in:
tistopandita
2026-06-11 15:28:54 +07:00
parent b350e4e2c8
commit 448fcb54f0
6 changed files with 161 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
# ─── Konfigurasi Database MySQL ─────────────────────────────────────────────
# Di Coolify: gunakan nama service MySQL yang dibuat, contoh: "mysql" atau "db"
DB_HOST=db
DB_PORT=3306
DB_USER=webgis_user
DB_PASSWORD=ganti_dengan_password_kuat
DB_NAME=spbu_pontianak
# ─── Server ──────────────────────────────────────────────────────────────────
PORT=3000
NODE_ENV=production