This commit is contained in:
parent
76765e9755
commit
41ea02a943
1 changed files with 1 additions and 5 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue