13 lines
257 B
YAML
13 lines
257 B
YAML
services:
|
|
envoy:
|
|
image: envoyproxy/envoy
|
|
ports:
|
|
- "8080:8080"
|
|
volumes:
|
|
- ./where_fi/visualise/envoy.yaml:/etc/envoy/envoy.yaml
|
|
backend:
|
|
build: .
|
|
volumes:
|
|
- ./where_fi:/app/where_fi
|
|
- ./config.yaml:/app/config
|