Dockerized nodejs authentication proxy supporting google/github auth through the npm doorman-proxy
1.7K
Dockerized nodejs authentication proxy supporting google/github auth through the npm doorman-proxy package
This docker container runs the doorman-proxy nodejs package as a supervisord process
.env.example file provided.This configuration file will be added to the image on build time. See the file for available
parameters and descriptions. The doorman nodejs proxy listens on port 8085 inside the container.
Almost all configuration options are settable through environment variables. A reference environment file is provided in .env.example that can be passed to the docker container at run time. A wrapper script that is automatically executed at run time takes care of passing the docker container environment variables to the supervisor child process.
docker build -t doorman ./
where -t is the tag name we give the container
To run the container, execute
docker run -d -p 8080:8085 --env-file PATH/TO/.env --name doorman doorman
Content type
Image
Digest
Size
306 MB
Last updated
over 9 years ago
docker pull telor/doorman-auth-proxy