Skip to content

Instantly share code, notes, and snippets.

@Pegasuz
Last active June 20, 2017 08:17
Show Gist options
  • Save Pegasuz/bd67f481e7071702e824fc8d70716038 to your computer and use it in GitHub Desktop.
Save Pegasuz/bd67f481e7071702e824fc8d70716038 to your computer and use it in GitHub Desktop.
Example config definition
services:
xhguimongo:
image: mongo
xhguiapp:
image: dockerwest/php-xhgui:7.1
links:
- xhguimongo:mongo
xhguinginx:
image: dockerwest/nginx-xhgui:mainline
environment:
- VIRTUAL_HOST=xhgui.dev
links:
- xhguiapp:xhgui
xhguiimport:
image: dockerwest/php-xhgui:7.1
command: xhgui-import
links:
- xhguimongo:mongo
volumes:
- xhprof:/xhprof
application:
volumes:
- xhprof:/xhprof
volumes:
xhprof:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment