first commit

This commit is contained in:
2026-04-16 20:06:11 +08:00
commit 4e0df5f13e
3 changed files with 43 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
version: "3.8"
services:
app:
build: .
environment:
- DATABASE_URL=${DATABASE_URL}
healthcheck:
test: ["CMD", "curl", "-f", "http://localhost:8000/health"]
interval: 10s
timeout: 3s
retries: 3