You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docker-compose run -d --service-ports --name hotel_db db
sleep 5 #wait for database initialization, it can be implemented in a better way with `psql` connection and check, but it requires `psql` on host machine