Skip to content

Instantly share code, notes, and snippets.

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 fitzgeraldsteele/b96e20357fc3ee948e69258b0f5cc38f to your computer and use it in GitHub Desktop.
Save fitzgeraldsteele/b96e20357fc3ee948e69258b0f5cc38f to your computer and use it in GitHub Desktop.
version: '3.4'
services:
yarpreverseproxy:
image: vmssapplicationhealth.azurecr.io/yarpreverseproxy:ds1
container_name: yarpreverseproxy
ports:
- 80:7176
links:
- applicationhealth
applicationhealth:
image: vmssapplicationhealth.azurecr.io/applicationhealth:ds2
container_name: applicationhealth
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment