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 - backend
nakama: nakama:
image: registry.heroiclabs.com/heroiclabs/nakama:3.35.1 build: ./nakama
depends_on: depends_on:
postgres: postgres:
condition: service_healthy condition: service_healthy
@ -132,10 +132,6 @@ services:
- NAKAMA_CONSOLE_PASSWORD=${NAKAMA_CONSOLE_PASSWORD} - NAKAMA_CONSOLE_PASSWORD=${NAKAMA_CONSOLE_PASSWORD}
- NAKAMA_SERVER_KEY=${NAKAMA_SERVER_KEY} - NAKAMA_SERVER_KEY=${NAKAMA_SERVER_KEY}
- DB_PASSWORD=${DB_PASSWORD} - 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: healthcheck:
test: ["CMD", "curl", "-f", "http://localhost:7350/healthcheck"] test: ["CMD", "curl", "-f", "http://localhost:7350/healthcheck"]
interval: 10s interval: 10s