Files
Endorphin/docker-compose.yml
T
2026-04-16 20:06:11 +08:00

13 lines
238 B
YAML

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