mirror of
https://github.com/HoneyryderChuck/httpx.git
synced 2025-10-04 00:00:37 -04:00
11 lines
246 B
YAML
11 lines
246 B
YAML
version: '3'
|
|
services:
|
|
httpx:
|
|
environment:
|
|
- "BUNDLE_PATH=${BUNDLE_PATH}"
|
|
- "BUNDLE_JOBS=${BUNDLE_JOBS}"
|
|
- "BUNDLE_WITHOUT=${BUNDLE_WITHOUT}"
|
|
- HTTPBIN_HOST=nghttp2
|
|
volumes:
|
|
- "${MOUNT_POINT}:/home/vendor"
|