nextcloud, oci-registry, unifi: fix "depends_on"
This commit is contained in:
parent
0f94bf7f50
commit
b0272ef3a7
3 changed files with 5 additions and 1 deletions
|
@ -74,6 +74,7 @@ services:
|
|||
depends_on:
|
||||
- nextcloud-db
|
||||
- nextcloud-redis
|
||||
- nextcloud-cron
|
||||
environment:
|
||||
REDIS_HOST: nextcloud-redis
|
||||
REDIS_HOST_PASSWORD: "{{ lookup('keepass', 'nextcloud_redis_host_password', 'password') }}"
|
||||
|
|
|
@ -11,7 +11,6 @@ services:
|
|||
- traefik
|
||||
- intern
|
||||
depends_on:
|
||||
- oci-registry-ui
|
||||
- oci-registry-redis
|
||||
healthcheck:
|
||||
test: ["CMD", "wget", "--quiet", "--tries=1", "--spider", "http://localhost:5000/v2/"]
|
||||
|
@ -79,6 +78,8 @@ services:
|
|||
SHOW_CONTENT_DIGEST: true # https://github.com/Joxit/docker-registry-ui/issues/297
|
||||
SHOW_CATALOG_NB_TAGS: true
|
||||
PULL_URL: registry.mgrote.net
|
||||
depends_on:
|
||||
- oci-registry
|
||||
networks:
|
||||
- traefik
|
||||
- intern
|
||||
|
|
|
@ -36,6 +36,8 @@ services:
|
|||
interval: 30s
|
||||
timeout: 10s
|
||||
retries: 3
|
||||
depends_on:
|
||||
- unifi-db
|
||||
|
||||
unifi-db:
|
||||
# Starte Container OHNE init-script
|
||||
|
|
Loading…
Reference in a new issue