version: "2" services: web: build: . working_dir: ./ environment: APP_ENV: local XDEBUG_CONFIG: remote_enable=1 PHP_IDE_CONFIG: serverName=localhost ports: - 3000:8000 volumes: - .:/app:rw