Files
wedding/docker-compose.override.yml
John Lees-Miller 9de44dd735 Update compose files
2020-05-30 10:37:38 +01:00

13 lines
173 B
YAML

version: '3.8'
services:
web:
volumes:
- .:/home/app/wedding
- web_bundle:/usr/local/bundle
env_file:
- development.env
volumes:
web_bundle: