Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save notmedia/af09455c770f283908b59e7da068c415 to your computer and use it in GitHub Desktop.
Save notmedia/af09455c770f283908b59e7da068c415 to your computer and use it in GitHub Desktop.
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