7 lines
166 B
YAML
7 lines
166 B
YAML
slow_proxy:
|
|
build: docker/blocks/slow_proxy
|
|
network_mode: host
|
|
ports:
|
|
- "3011:3011"
|
|
environment:
|
|
ORIGIN_SERVER: "http://localhost:9090/" |