Skip to content

Instantly share code, notes, and snippets.

@Julien1138
Created May 3, 2021 06:15
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 Julien1138/379d1ab80f561430dac8793d34053d67 to your computer and use it in GitHub Desktop.
Save Julien1138/379d1ab80f561430dac8793d34053d67 to your computer and use it in GitHub Desktop.
laravel.test:
build:
context: ./docker/8.0
dockerfile: Dockerfile
args:
WWWGROUP: "${WWWGROUP}"
XDEBUG: ${SAIL_DEBUG}
image: sail-8.0/app
ports:
- "${APP_PORT:-80}:80"
environment:
WWWUSER: "${WWWUSER}"
LARAVEL_SAIL: 1
volumes:
- ".:/var/www/html"
networks:
- sail
depends_on:
- mysql
- selenium
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment