version: '3.7' services: app: build: ./Docker/app volumes: - "${APP_ROOT}:/app" ports: - 8988:8988 working_dir: "/app"