m2
Some checks failed
CI / validate (push) Has been cancelled

This commit is contained in:
2026-03-23 00:06:01 -05:00
parent 23ac496963
commit 1a9209431b
14 changed files with 258 additions and 83 deletions

16
compose.yml Normal file
View File

@@ -0,0 +1,16 @@
services:
app:
build:
context: .
dockerfile: Dockerfile
environment:
PORT: "3000"
LOG_LEVEL: info
ports:
- "8080:3000"
healthcheck:
test: ["CMD", "wget", "--spider", "-q", "http://localhost:3000/healthz"]
interval: 10s
timeout: 5s
retries: 5