version: '3.8' services: app: ports: - '8000:8000' volumes: - ..:/root/src - /root/src/node_modules db: ports: - '3306'