version: "3.9" services: server: build: server ports: - "8000:8000" expose: [8000] volumes: - /app/node_modules - ./server:/app