...
Code Block | ||
---|---|---|
| ||
LIPI_API_KEY=<lipi-api-key>
# Where DNA Spaces is the position provider, the following can be ignored
POSITION_PROVIDER_USERNAME=<username-here>
POSITION_PROVIDER_PASSWORD=<password-here> |
...
You can choose to run a specific LIPI version by replacing latest
with a specific version string. To list available versions:
Code Block | breakoutMode | full-width|
---|---|---|
| ||
wget -q https://gcr.io/v2/mazemap-public-docker/lipi/tags/list -O - | \ python -c "import json, sys; tags=json.loads(sys.stdin.read())['tags']; print(*[tag for tag in tags if len(tag) < 40], sep='\n')" |
...