version: '3' services: website-dev: build: context: ./ dockerfile: docker/dev/Dockerfile volumes: - ./client/src:/var/www/app ports: - 8080:8080