Skip to content

Instantly share code, notes, and snippets.

@spoelwijk
Created July 23, 2014 10:36
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 spoelwijk/5c5c2712836fb52a9fdd to your computer and use it in GitHub Desktop.
Save spoelwijk/5c5c2712836fb52a9fdd to your computer and use it in GitHub Desktop.
.gaudi.yml
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