Skip to content

Instantly share code, notes, and snippets.

@sl0ki
Created August 11, 2015 08:16
Show Gist options
  • Save sl0ki/70ee46bd133baea62865 to your computer and use it in GitHub Desktop.
Save sl0ki/70ee46bd133baea62865 to your computer and use it in GitHub Desktop.
web:
image: nginx
container_name: nginx_main
volumes:
- /shared/nginx/config/:/etc/nginx/conf.d/
- /shared/nginx/static/:/usr/share/nginx/html/
- /shared/nginx/ssl/:/etc/nginx/ssl/
ports:
- "80:80"
- "443:443"
external_links:
- jeeng_api:api
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment