version: "2.3" services: frontend: build: target: dev restart: "no" volumes: - "./reactapp:/app" ports: - "8080:8080"