version: "3.5" services: client: build: ./Docker/app volumes: - "${CLIENT_ROOT}:/app" # - client-home:/home/gdp ports: - 8788:8788 working_dir: "/app" # volumes: # # networks: