tried this:
Start from the prebuilt image:
git clone https://github.com/deeplethe/utopia.git
cd utopia
docker compose --profile app up -d
Open http://localhost:1516/ and register. The first account automatically becomes the administrator, and a public knowledge base readable by everyone is created at the same time. Before extracting business documents, configure the model endpoints (chat and embedding) under Administration → Models.
✔ Volume utopia_dbdata Created 0.4s
✔ Network utopia_default Created 0.8s
✘ Container utopia-db-1 Error dependency db failed to start 44.1s
✔ Container utopia-app-1 Created 1.4s
dependency failed to start: container utopia-db-1 exited (0)
app-1 | Error: error returned from database: password authentication failed for user "utopia"
app-1 |
app-1 | Caused by:
app-1 | password authentication failed for user "utopia"
app-1 | Error: error returned from database: password authentication failed for user "utopia"
app-1 |
app-1 | Caused by:
app-1 | password authentication failed for user "utopia"
tried setting the password in an env file, still could not get the app to run.
tried this:
Start from the prebuilt image:
git clone https://github.com/deeplethe/utopia.git
cd utopia
docker compose --profile app up -d
Open http://localhost:1516/ and register. The first account automatically becomes the administrator, and a public knowledge base readable by everyone is created at the same time. Before extracting business documents, configure the model endpoints (chat and embedding) under Administration → Models.
✔ Volume utopia_dbdata Created 0.4s
✔ Network utopia_default Created 0.8s
✘ Container utopia-db-1 Error dependency db failed to start 44.1s
✔ Container utopia-app-1 Created 1.4s
dependency failed to start: container utopia-db-1 exited (0)
app-1 | Error: error returned from database: password authentication failed for user "utopia"
app-1 |
app-1 | Caused by:
app-1 | password authentication failed for user "utopia"
app-1 | Error: error returned from database: password authentication failed for user "utopia"
app-1 |
app-1 | Caused by:
app-1 | password authentication failed for user "utopia"
tried setting the password in an env file, still could not get the app to run.