braid/docker-compose.yml
2019-02-27 14:00:42 -05:00

17 lines
315 B
YAML

braid:
build: /apps/braid/.docker-compose
environment:
VIRTUAL_HOST: ysbraid.localhost
HTTPS_METHOD: nohttps
MEASURE_BASE_URL: http://admin.localhost
dns:
- 172.17.0.1
volumes:
- /apps/braid:/app
volumes_from:
- clean_bundle
clean_bundle:
image: busybox
volumes:
- /bundle