Fix test for multi user session, add middleware based on app type + modify docker compose for development
This commit is contained in:
parent
482daa73e0
commit
c04ba73c8a
3 changed files with 58 additions and 133 deletions
|
|
@ -1,12 +1,12 @@
|
|||
services:
|
||||
geoguessr-mcp:
|
||||
# Option 1: Build locally (for development)
|
||||
# build:
|
||||
# context: .
|
||||
# dockerfile: Dockerfile
|
||||
build:
|
||||
context: .
|
||||
dockerfile: Dockerfile
|
||||
|
||||
# Option 2: Use pre-built image from Docker Hub (recommended)
|
||||
image: nyxiumyuuki/geoguessr-mcp:latest
|
||||
# image: nyxiumyuuki/geoguessr-mcp:latest
|
||||
|
||||
container_name: geoguessr-mcp-server
|
||||
restart: unless-stopped
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue