docker-compose: depends (#515)

Co-authored-by: Michael Grote <michael.grote@posteo.de>
Reviewed-on: #515
This commit is contained in:
Michael Grote 2023-04-20 21:10:10 +02:00
parent 908f220afe
commit 407cee363f
3 changed files with 7 additions and 2 deletions

View file

@ -55,6 +55,8 @@ services:
######## Miniflux-Filter ########
mf-filter:
container_name: mf-filter
depends_on:
- miniflux
restart: always
environment:
TZ: Europe/Berlin

View file

@ -34,7 +34,7 @@ services:
com.centurylinklabs.watchtower.enable: true
######## cron ########
cron:
nextcloud-cron:
container_name: nextcloud-cron
image: rcdailey/nextcloud-cronjob:latest
restart: unless-stopped

View file

@ -10,6 +10,9 @@ services:
networks:
- traefik
- intern
depends_on:
- oci-registry-ui
- oci-registry-redis
environment:
TZ: Europe/Berlin
REGISTRY_AUTH: none