Skip to content

Instantly share code, notes, and snippets.

@Bouhnosaure
Created March 19, 2020 23:20
Show Gist options
  • Save Bouhnosaure/474b9cff1391b5ec324855d6d2dee8d5 to your computer and use it in GitHub Desktop.
Save Bouhnosaure/474b9cff1391b5ec324855d6d2dee8d5 to your computer and use it in GitHub Desktop.
name: app
recipe: laravel
config:
webroot: public
php: '7.4'
via: apache
databae: mysql:5.7
cache: redis
xdebug: false
services:
phpmyadmin:
type: phpmyadmin
hosts:
- database
mailhog:
type: mailhog
portforward: 1025
node:
type: node
gotenberg:
type: compose
services:
image: thecodingmachine/gotenberg:6
command: gotenberg
ports:
- "3000:3000"
tooling:
node:
service: node
npm:
service: node
yarn:
service: node
proxy:
phpmyadmin:
- phpmyadmin.lndo.site
mailhog:
- mailhog.lndo.site
gotenberg:
- gotenberg.lndo.site
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment