chore: Remove mongo from api depends_on

This commit is contained in:
gitea_admin 2024-02-09 18:09:19 +05:45
parent 5359a4ff96
commit 3d8b68ecaa
2 changed files with 2 additions and 3 deletions

View file

@ -1 +1 @@
pnpm run format pnpm run format && cd ./apps/web && pnpm run lint:fix

View file

@ -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