backend update

This commit is contained in:
rl544
2026-09-15 00:11:57 +09:00
parent 574783ab15
commit 4a5a0be6c9
5 changed files with 47 additions and 7 deletions
+1
View File
@@ -16,6 +16,7 @@ services:
ports:
- "8081:8080"
environment:
PORT: "8080"
DB_URL: postgres://monitor:monitorpassword@db:5432/vdimonitor?sslmode=disable
depends_on:
- db