Skip to content

Instantly share code, notes, and snippets.

@mohak1712
Created March 13, 2020 14:47
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 mohak1712/6ffffbd1d49efa957656fb4abc71e465 to your computer and use it in GitHub Desktop.
Save mohak1712/6ffffbd1d49efa957656fb4abc71e465 to your computer and use it in GitHub Desktop.
version: '3'
services:
consul:
image: 'consul'
ports:
- "8500:8500"
app:
environment:
- host=consul
build:
context: .
ports:
- "8000:8000"
envoy:
build:
context: .
dockerfile: Envoy
ports:
- "9090:9090"
- "9901:9901"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment