# docker-compose.yml services: app: build: context: . dockerfile: Dockerfile ports: - "8000:8000" #volumes: #- .:/var/www/html environment: - APP_ENV=production - DB_CONNECTION=sqlite