Skip to content

Instantly share code, notes, and snippets.

@AntonyBaasan
Created March 5, 2018 20:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save AntonyBaasan/cd8a5e809e02fb5ed3a60426c80f4e1f to your computer and use it in GitHub Desktop.
Save AntonyBaasan/cd8a5e809e02fb5ed3a60426c80f4e1f to your computer and use it in GitHub Desktop.
version: '3'
services:
nginx:
build: ./nginx
ports:
- "8080:80"
volumes:
- "/home/ant/projects/nginxreverseproxy/nginx/conf/default.conf:/etc/nginx/conf.d/default.conf"
tomcat1:
build: ./tomcat1
ports:
- "8081:8080"
tomcat2:
build: ./tomcat2
ports:
- "8082:8080"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment