Closed thatarchguy closed 9 years ago
docker build . docker run -p 0.0.0.0:80:8080 [image id]
supervisord handles uwsgi which starts the flask app. We gotta get a load balancer in front of it. Maybe an nginx container and scale it with docker-compose / swarm. We can also just use aws.
4
docker build . docker run -p 0.0.0.0:80:8080 [image id]
supervisord handles uwsgi which starts the flask app. We gotta get a load balancer in front of it. Maybe an nginx container and scale it with docker-compose / swarm. We can also just use aws.