StackFocus / SwagIP

A simple way to get your public IP address and other connection related information from any device
MIT License
3 stars 1 forks source link

Deployment files added #5

Closed thatarchguy closed 9 years ago

thatarchguy commented 9 years ago

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.