Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save KentarouTakeda/5fbdbcaaff3ba3945758da6659c59aff to your computer and use it in GitHub Desktop.
Save KentarouTakeda/5fbdbcaaff3ba3945758da6659c59aff to your computer and use it in GitHub Desktop.
version: "3"
services:
php:
environment:
- APP_DEBUG=${APP_DEBUG:-true}
- APP_KEY=${APP_KEY:-XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX}
- APP_ENV=local
- APP_URL=http://localhost:8000
# ....
build:
context: .
target: development
volumes:
- .:/var/www/html
- vendor:/var/www/html/vendor
volumes:
vendor:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment