Skip to content

Instantly share code, notes, and snippets.

services:
app:
build:
context: .
dockerfile: Dockerfile
container_name: laravel_app
env_file: .env
environment:
- AUTORUN_ENABLED=true
- AUTORUN_LARAVEL_MIGRATION=true