Created
March 13, 2020 14:47
-
-
Save mohak1712/6ffffbd1d49efa957656fb4abc71e465 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
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