doomemacs/modules/editor/file-templates/templates/yaml-mode/__docker-compose.yml

16 lines
159 B
YAML
Raw Normal View History

2017-02-11 07:00:31 -05:00
web:
build: .
ports:
- "8080:80"
volumes:
- ./public:/var/www
links:
- mysql
- memcache
mysql:
image: mysql
redis:
image: redis