dissertation/docker-compose.yml
2026-07-30 07:25:42 +01:00

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