Merge branch 'main' of https://github.com/Anwitch/C_UAS_WEBGIS_AndrieWijaya_D1041231032
Scheduled Redeploy Trigger / trigger-redeploy (push) Has been cancelled

This commit is contained in:
Andrie
2026-06-13 16:12:44 +07:00
+2 -2
View File
@@ -2,8 +2,8 @@ services:
app:
build: .
restart: unless-stopped
expose:
- "80"
ports:
- "${APP_PORT:-8080}:80"
environment:
DB_HOST: ${DB_HOST:-db}
DB_USER: ${DB_USER:-root}