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