Skip to content

Instantly share code, notes, and snippets.

@brianpgerson
Created December 17, 2020 00:18
Show Gist options
  • Save brianpgerson/dabcf675baeec4e36bd8122bfd1ae197 to your computer and use it in GitHub Desktop.
Save brianpgerson/dabcf675baeec4e36bd8122bfd1ae197 to your computer and use it in GitHub Desktop.
version: "3.7"
services:
server:
build:
context: .
dockerfile: Dockerfile.server
networks:
- envoymesh
expose:
- "8123"
ports:
- "8123:5050"
envoy:
build:
context: .
dockerfile: Dockerfile.envoy
volumes:
- ./envoy.yaml:/etc/envoy.yaml
networks:
- envoymesh
expose:
- "8888"
- "1337"
ports:
- "8888:8888"
- "1337:1337"
networks:
envoymesh: {}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment