Skip to content

Instantly share code, notes, and snippets.

Created July 23, 2014 10:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/eacc147a6c139319ba5b to your computer and use it in GitHub Desktop.
Save anonymous/eacc147a6c139319ba5b to your computer and use it in GitHub Desktop.
Sample .gaudi.yml file
applications:
nginx:
type: nginx
links:
- php_fpm
custom:
fastCgi: php_fpm
documentRoot: /var/www
ports:
'80': 80
volumes:
.: /var/www
php_fpm:
type: php-fpm
ports:
'9000': 9000
volumes:
.: /var/www
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment