Fixing some small merge issues and ensure docker runs the backend properly

This commit is contained in:
Keith Stevens
2023-01-03 15:01:24 +09:00
parent a926703eec
commit dbfa77e8b7
6 changed files with 5 additions and 33 deletions
+1 -1
View File
@@ -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: