Skip to content

Dockerfile for basic NGINX UWSGI gateway and static server

License

Notifications You must be signed in to change notification settings

globz-eu/nginx-uwsgi-gateway

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NGINX UWSGI Gateway

Dockerfile for basic NGINX UWSGI gateway and static server

Usage

  • Build
docker build -t globz/nginx-uwsgi-gateway .
  • Run (adds Access-Control-Allow-Origin header for 'https://$FRONTEND_HOST when FRONTEND_HOST is defined)
docker run -p 8000:80 -e APP_HOST=$APP_HOST -e APP_PORT=$APP_PORT -e APP_NAME=$APP_NAME -e FRONTEND_HOST=$FRONTEND_HOST -v $PWD/static:/usr/nginx/html/$APP_NAME/static globz/nginx-uwsgi-gateway

Docker hub

globz/nginx-uwsgi-gateway

About

Dockerfile for basic NGINX UWSGI gateway and static server

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published