Skip to content

qdrddr/nginx.auth0.docker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

  1. create file .env with contents
AUTH0_CLIENT_ID=YOUR_AUTH0_CLIENT_ID
AUTH0_CLIENT_SECRET=YOUR_AUTH0_CLIENT_SECRET
AUTH0_DOMAIN=YOUR_AUTH0_DOMAIN
NGINX_SERVER_NAME=YOUR_NGINX_SERVER_NAME
  1. put your cert and key into files cert.pem and key.pem
  2. run
docker-compose up

About

nginx auth0 docker

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 89.4%
  • Shell 10.6%