Skip to content

RayTale/OrleansSample

Repository files navigation

OrleansSample

示例中集群关系用的PostgreSQL,可以在Docker中安装PostgreSQL

docker run -d -p 5432:5432 --name postgres -e POSTGRES_PASSWORD=123456  postgres