mirror of
https://github.com/furyhawk/cloudy.git
synced 2026-05-21 07:26:51 +00:00
fix: simplify service dependency conditions for mariadb in seafile.yml
This commit is contained in:
+2
-6
@@ -137,10 +137,7 @@ services:
|
|||||||
|
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
depends_on:
|
depends_on:
|
||||||
mariadb:
|
- mariadb
|
||||||
condition: service_healthy
|
|
||||||
traefik:
|
|
||||||
condition: service_healthy
|
|
||||||
|
|
||||||
backups:
|
backups:
|
||||||
image: ${SEAFILE_MARIADB_IMAGE_TAG}
|
image: ${SEAFILE_MARIADB_IMAGE_TAG}
|
||||||
@@ -174,5 +171,4 @@ services:
|
|||||||
- seafile-network
|
- seafile-network
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
depends_on:
|
depends_on:
|
||||||
mariadb:
|
- mariadb
|
||||||
condition: service_healthy
|
|
||||||
Reference in New Issue
Block a user