mirror of
https://github.com/rzmk/learnhouse.git
synced 2025-12-19 04:19:25 +00:00
chore: Remove mongo from api depends_on
This commit is contained in:
parent
5359a4ff96
commit
3d8b68ecaa
2 changed files with 2 additions and 3 deletions
|
|
@ -1 +1 @@
|
||||||
pnpm run format
|
pnpm run format && cd ./apps/web && pnpm run lint:fix
|
||||||
|
|
@ -13,8 +13,7 @@ services:
|
||||||
condition: service_healthy
|
condition: service_healthy
|
||||||
redis:
|
redis:
|
||||||
condition: service_healthy
|
condition: service_healthy
|
||||||
mongo:
|
|
||||||
condition: service_healthy
|
|
||||||
db:
|
db:
|
||||||
image: postgres:16-alpine
|
image: postgres:16-alpine
|
||||||
restart: always
|
restart: always
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue