mirror of
https://github.com/viq/NewsBlur.git
synced 2025-09-18 21:43:31 +00:00
Correcting docker compose alignment
This commit is contained in:
parent
9c3a117ba8
commit
0abd72a9da
1 changed files with 4 additions and 4 deletions
|
@ -14,13 +14,13 @@ services:
|
|||
restart: always
|
||||
depends_on:
|
||||
- db_mongo:
|
||||
condition: service_started
|
||||
condition: service_started
|
||||
- db_postgres:
|
||||
condition: service_healthy
|
||||
condition: service_healthy
|
||||
- db_redis:
|
||||
condition: service_started
|
||||
condition: service_started
|
||||
- db_elasticsearch:
|
||||
condition: service_started
|
||||
condition: service_started
|
||||
ulimits:
|
||||
nproc: 10000
|
||||
nofile:
|
||||
|
|
Loading…
Add table
Reference in a new issue