Can somebody tell me what can do, continue waiting ?
I just clone the master branch code and run the commands below in order
1、docker-compose run --rm server create_db
2、docker-compose run --rm postgres psql -h postgres -U postgres -c “create database tests”
3、docker-compose up

docker-compose up starts the services and shows you their output. What are you expecting to happen?

I’m glad to receive your reply. This issue has been solved and can be closed.