Skip to content

Instantly share code, notes, and snippets.

@notmedia
Created August 29, 2022 16:11
Show Gist options
  • Save notmedia/1f1b6190b2f0fe3a087f4c5a62d16d29 to your computer and use it in GitHub Desktop.
Save notmedia/1f1b6190b2f0fe3a087f4c5a62d16d29 to your computer and use it in GitHub Desktop.
services:
envoy-mutual:
image: envoyproxy/envoy:v1.22.0
ports:
- 8080:8080
volumes:
- ./envoy-mutual.yaml:/etc/envoy/envoy.yaml:ro
- ./certs/ca-cert.pem:/etc/ca-cert.pem
- ./certs/server-cert.pem:/etc/server-cert.pem
- ./certs/server-key.pem:/etc/server-key.pem
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment