mirror of
https://github.com/PokeAPI/pokeapi
synced 2024-11-25 21:00:19 +00:00
.. | ||
Dockerfile | ||
README.md |
Quick reference
-
Maintained by:
the PokeAPI Contributors -
Where to get help:
PokeAPI Slack. -
Where to file issues:
https://github.com/PokeAPI/pokeapi/issues -
Source of this description:
pokeapi repo'sResources/docker/app/
directory
Supported tags and respective Dockerfile
links
What is PokeAPI?
PokeAPI is a full RESTful API linked to an extensive database detailing everything about the Pokémon main game series.
How to use this image
This container connects to a Postgres database via the environment variables POSTGRES_DB
, POSTGRES_USER
, POSTGRES_PASSWORD
, POSTGRES_HOST
, POSTGRES_PORT
.
The container connects to a Redis cache via the environment variable REDIS_CONNECTION_STRING
.
Run the container using Compose
The container exposes port 80
. It's recommended to use the provided docker-compose.yml to start a container from this image.