fix
This commit is contained in:
parent
ea362131b7
commit
01808d3e71
1 changed files with 2 additions and 0 deletions
|
|
@ -40,6 +40,8 @@ services:
|
||||||
depends_on:
|
depends_on:
|
||||||
postgres:
|
postgres:
|
||||||
condition: service_healthy
|
condition: service_healthy
|
||||||
|
redis:
|
||||||
|
condition: service_healthy
|
||||||
postgres:
|
postgres:
|
||||||
volumes:
|
volumes:
|
||||||
- coolify-db:/var/lib/postgresql/data
|
- coolify-db:/var/lib/postgresql/data
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue