pokeapi/Resources/docker/app
2021-05-17 22:08:04 +02:00
..
Dockerfile fix: drop nobody for new user pokeapi 2021-05-17 22:08:04 +02:00
README.md fix: allow postgres&redis locaion customization 2021-05-16 20:48:50 +02:00

Quick reference

What is PokeAPI?

PokeAPI is a full RESTful API linked to an extensive database detailing everything about the Pokémon main game series.

pokeapi.co

logo

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.