Reverting some uneccesary changes

This commit is contained in:
Keith Stevens
2023-01-28 17:58:52 +09:00
parent 62d00d5bd4
commit 75c4f90db3
4 changed files with 7 additions and 3 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ services:
# Use `docker compose up backend-dev --build --attach-dependencies` to start a database and work and the backend.
backend-dev:
image: sverrirab/sleep
depends_on: [db, adminer, redis, redis-insights, webdb, maildev]
depends_on: [db, adminer, redis, redis-insights]
# Use `docker compose up frontend-dev --build --attach-dependencies` to start all services needed to work on the frontend.
frontend-dev: