fixes lol
All checks were successful
Build and Push / build-all (push) Successful in 16s

This commit is contained in:
doomtube 2026-01-08 01:57:40 -05:00
parent 76765e9755
commit 41ea02a943

View file

@ -106,7 +106,7 @@ services:
- backend
nakama:
image: registry.heroiclabs.com/heroiclabs/nakama:3.35.1
build: ./nakama
depends_on:
postgres:
condition: service_healthy
@ -132,10 +132,6 @@ services:
- NAKAMA_CONSOLE_PASSWORD=${NAKAMA_CONSOLE_PASSWORD}
- NAKAMA_SERVER_KEY=${NAKAMA_SERVER_KEY}
- DB_PASSWORD=${DB_PASSWORD}
# Note: For production, Go plugin is baked into Docker image
# For local dev, build with: cd nakama/go-modules && go build -buildmode=plugin -o ../modules/build/backend.so .
volumes:
- ./nakama/go-modules:/nakama/data/modules:ro
healthcheck:
test: ["CMD", "curl", "-f", "http://localhost:7350/healthcheck"]
interval: 10s