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

This commit is contained in:
2026-03-23 00:16:50 -05:00
parent 1a9209431b
commit aeadb80fdb
22 changed files with 402 additions and 75 deletions

View File

@@ -6,11 +6,16 @@ services:
environment:
PORT: "3000"
LOG_LEVEL: info
DATABASE_PATH: /data/stellar.sqlite
ports:
- "8080:3000"
volumes:
- stellar-data:/data
healthcheck:
test: ["CMD", "wget", "--spider", "-q", "http://localhost:3000/healthz"]
interval: 10s
timeout: 5s
retries: 5
volumes:
stellar-data: