2025-04-01 10:38:02 +09:00

9 lines
236 B
YAML

slow_proxy:
build: docker/blocks/slow_proxy
ports:
- "3011:3011"
extra_hosts:
- "host.docker.internal:host-gateway"
environment:
ORIGIN_SERVER: ${ORIGIN_SERVER}
SLEEP_DURATION: ${SLEEP_DURATION}