When using services in the Docker runner I’d like to inject environment variables and override command and entrypoint arguments. This is for example required when running a service like Postgres which requires POSTGRES_PASSWORD to be set.
https://hub.docker.com/_/postgres
POSTGRES_PASSWORD
This environment variable is required for you to use the PostgreSQL image. It must not be empty or undefined. This environment variable sets the superuser password for PostgreSQL. The default superuser is defined by the
POSTGRES_USER
environment variable.