pokeapi/Resources/docker/app/README.md
2021-05-16 20:48:50 +02:00

1.4 KiB

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.