mirror of
https://github.com/fluxerapp/fluxer.git
synced 2026-09-03 05:10:25 +03:00
fix(self-hosting): declare postgres dependencies in compose (#1638)
This commit is contained in:
@@ -285,6 +285,7 @@ services:
|
||||
depends_on:
|
||||
api: {condition: service_healthy}
|
||||
caddy: {condition: service_started}
|
||||
postgres: {condition: service_healthy}
|
||||
|
||||
snowflakes:
|
||||
<<: *fluxer-service
|
||||
@@ -323,6 +324,7 @@ services:
|
||||
FLUXER_SVC_SHARD_ID: "0"
|
||||
depends_on:
|
||||
nats: {condition: service_started}
|
||||
postgres: {condition: service_healthy}
|
||||
|
||||
gifs:
|
||||
<<: *fluxer-service
|
||||
|
||||
Reference in New Issue
Block a user