random edits
This commit is contained in:
+2
-4
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user