Skip to content

Instantly share code, notes, and snippets.

@amjadafanah
Created August 27, 2016 22:44
Show Gist options
  • Save amjadafanah/2e71dd5725d6cb07169880a7463fbe8a to your computer and use it in GitHub Desktop.
Save amjadafanah/2e71dd5725d6cb07169880a7463fbe8a to your computer and use it in GitHub Desktop.
nginx:
image: nginx:latest
publish_all: true
mem_min: 50m
host: host1
plugins:
- !plugin
id: 0H1Nk
restart: true
lifecycle: on_create, post_scale_out:dotnet, post_scale_in:dotnet
arguments:
# Use container_private_ip if you're using Docker networking
- servers=server {{dotnet | container_private_ip}}:5000;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment