Created
August 29, 2022 16:11
-
-
Save notmedia/1f1b6190b2f0fe3a087f4c5a62d16d29 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
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