Created
August 15, 2016 01:59
-
-
Save amjadafanah/fb661881101ab32b293780ebe29ecedd to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
nginx: | |
image: nginx:latest | |
publish_all: true | |
host: host1 | |
mem_min: 50m | |
plugins: | |
- !plugin | |
id: 0H1Nk | |
restart: true | |
lifecycle: on_create, post_scale_out:aspnet, post_scale_in:aspnet | |
arguments: | |
# Use container_private_ip if you're using Docker networking | |
- servers=server {{aspnet | container_private_ip}}:5004; | |
# Use container_hostname if you're using Weave networking | |
#- servers=server {{aspnet | container_hostname}}:5004; | |
aspnet: | |
image: dchq/aspnet-helloweb:latest | |
mem_min: 100m | |
host: host1 | |
publish_all: false | |
cluster_size: 1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment