Nginx Reverse Proxy for a Rails App with Docker

apt-get install -y nginx
/etc/nginx/
docker build -t admat/nginx:0.1 .
docker push admat/nginx:0.1
docker-compose up -d dbdocker-compose up -d rails-appdocker-compose up -d nginx

--

--

Developer ❤️ JS

Get the Medium app

A button that says 'Download on the App Store', and if clicked it will lead you to the iOS App store
A button that says 'Get it on, Google Play', and if clicked it will lead you to the Google Play store