@@ -29,18 +29,17 @@ MAX_UPLOAD_SIZE_BYTES=5242880
2929# =============================================================================
3030# Plugin Service URLs
3131# =============================================================================
32- # URLs for plugin services (used when running outside Docker Compose)
33- # When using Docker Compose, these are set automatically via service names
34- GAMBIT_URL = http://gambit:5001
35- PYCID_URL = http://pycid:5002
36- EGTTOOLS_URL = http://egttools:5003
37- VEGAS_URL = http://vegas:5004
38- OPENSPIEL_URL = http://openspiel:5005
39-
40- # =============================================================================
41- # Local Development (without Docker)
42- # =============================================================================
43- # If running plugins locally without Docker, use localhost URLs:
32+ # Inside Docker Compose, the app resolves plugins by service name (the defaults).
33+ # You only need to set these when running the app outside Docker.
34+ #
35+ # Docker (default): Outside Docker:
36+ # http://gambit:5001 http://localhost:5001
37+ # http://pycid:5002 http://localhost:5002
38+ # http://egttools:5003 http://localhost:5003
39+ # http://vegas:5004 http://localhost:5004
40+ # http://openspiel:5005 http://localhost:5005
41+ #
42+ # Uncomment to override:
4443# GAMBIT_URL=http://localhost:5001
4544# PYCID_URL=http://localhost:5002
4645# EGTTOOLS_URL=http://localhost:5003
0 commit comments