Created
August 29, 2022 16:08
-
-
Save notmedia/af09455c770f283908b59e7da068c415 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-server: | |
image: envoyproxy/envoy:v1.22.0 | |
ports: | |
- 8080:8080 | |
volumes: | |
- ./envoy-server.yaml:/etc/envoy/envoy.yaml:ro | |
- ./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