version: '3.4' services: web: build: context: .. target: development restart: always ports: - 8080:80 env_file: - .env.development volumes: - ../:/var/www/