mirror of
https://github.com/furyhawk/cloudy.git
synced 2026-05-23 08:25:57 +00:00
fix: simplify service dependency definitions for mariadb and memcached
This commit is contained in:
+2
-4
@@ -172,10 +172,8 @@ services:
|
|||||||
|
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
depends_on:
|
depends_on:
|
||||||
mariadb:
|
- mariadb
|
||||||
condition: service_healthy
|
- memcached
|
||||||
memcached:
|
|
||||||
condition: service_started
|
|
||||||
|
|
||||||
# backups:
|
# backups:
|
||||||
# image: ${SEAFILE_DB_IMAGE:-mariadb:10.11}
|
# image: ${SEAFILE_DB_IMAGE:-mariadb:10.11}
|
||||||
|
|||||||
Reference in New Issue
Block a user