mirror of
https://github.com/wassname/Open-Assistant.git
synced 2026-07-18 12:10:34 +08:00
Fixing some small merge issues and ensure docker runs the backend properly
This commit is contained in:
+1
-1
@@ -9,7 +9,7 @@ services:
|
||||
# Use `docker compose up frontend-dev --build --attach-dependencies` to start all services needed to work on the frontend.
|
||||
frontend-dev:
|
||||
image: sverrirab/sleep
|
||||
depends_on: [db, webdb, adminer, maildev, backend]
|
||||
depends_on: [db, webdb, adminer, maildev, backend, redis]
|
||||
|
||||
# This DB is for the FastAPI Backend.
|
||||
db:
|
||||
|
||||
Reference in New Issue
Block a user