ISRP API Services
service-account.json in the root directory.docker build -t isrp-api .
You have to repeat the build step if you change the library requirements in composer.json
Create a file named .secrets in the root directory and add to it the following:
GOOGLE_APPLICATION_CREDENTIALS=/app/service-account.json
DRAGON_CLUB_SHEET=<Dragon club sheet ID>
To run the server under Docker, you can use the provided Makefile.
make start
The Makefile will try to update the container image (e.g. for installing updated dependencies) and will also build the image from scratch if it does not yet exist or was removed, then:
Content type
Image
Digest
sha256:0a740d434…
Size
58.5 MB
Last updated
over 3 years ago
docker pull isrp/isrp-api