Newer
Older
db:
image: mysql
volumes:
- ./mysql/runtime:/var/lib/mysql
env_file:
web:
image: nginx
volumes:
- ./nginx.conf:/etc/nginx/nginx.conf:ro
links:
- app
volumes_from:
- app
db:
image: mysql
volumes:
- ./mysql/runtime:/var/lib/mysql
env_file:
web:
image: nginx
volumes:
- ./nginx.conf:/etc/nginx/nginx.conf:ro
links:
- app
volumes_from:
- app