version: "2.2" services: web: build: . ports: - "80:80" - "9000:9000" environment: WEB_DOCUMENT_ROOT: "/app/public" tty: true