random edits

This commit is contained in:
2026-05-12 22:51:04 +02:00
parent 91462500f0
commit f99f0e0fc5
5 changed files with 50 additions and 7 deletions
+2 -4
View File
@@ -1,5 +1,3 @@
version: "3.9"
# Dev: only PostgreSQL runs here. Run the Go server locally with `make dev`.
# Production: docker compose -f docker-compose.prod.yml up
@@ -9,8 +7,8 @@ services:
restart: unless-stopped
command: ["-js", "-m", "8222"]
ports:
- "4222:4222" # client connections
- "8222:8222" # monitoring HTTP
- "4222:4222" # client connections
- "8222:8222" # monitoring HTTP
healthcheck:
test: ["CMD", "wget", "--spider", "-q", "http://localhost:8222/healthz"]
interval: 5s