Skip to content

Instantly share code, notes, and snippets.

@msfidelis
Created December 16, 2019 23:55
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 msfidelis/a6cd51cdb58af3798d726c863a69cfdd to your computer and use it in GitHub Desktop.
Save msfidelis/a6cd51cdb58af3798d726c863a69cfdd to your computer and use it in GitHub Desktop.
version: "3"
services:
status_app:
image: msfidelis/http-status-code:v1
ports:
- "9090:8080"
networks:
- developer
envoy_proxy:
build: .
ports:
- "8080:8080"
networks:
- developer
networks:
developer:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment