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