Basic NGINX UWSGI gateway and static server
1.7K
Dockerfile for basic NGINX UWSGI gateway and static server
docker build -t globz/nginx-uwsgi-gateway .
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
Content type
Image
Digest
Size
48.4 MB
Last updated
almost 7 years ago
docker pull globz/nginx-uwsgi-gateway