version: '3.8' services: app: build: context: ./webapp dockerfile: Dockerfile ports: - "3000:3000" env_file: - ./webapp/.env restart: unless-stopped