..
This commit is contained in:
+9
-4
@@ -557,7 +557,7 @@ services:
|
|||||||
container_name: castopod
|
container_name: castopod
|
||||||
depends_on:
|
depends_on:
|
||||||
mariadb:
|
mariadb:
|
||||||
condition: service_healthy
|
condition: service_started
|
||||||
required: true
|
required: true
|
||||||
restart: true
|
restart: true
|
||||||
environment:
|
environment:
|
||||||
@@ -1707,7 +1707,7 @@ services:
|
|||||||
container_name: hortusfox
|
container_name: hortusfox
|
||||||
depends_on:
|
depends_on:
|
||||||
mariadb:
|
mariadb:
|
||||||
condition: service_healthy
|
condition: service_started
|
||||||
required: true
|
required: true
|
||||||
restart: true
|
restart: true
|
||||||
environment:
|
environment:
|
||||||
@@ -1872,6 +1872,11 @@ services:
|
|||||||
create_host_path: true
|
create_host_path: true
|
||||||
invoice_ninja:
|
invoice_ninja:
|
||||||
container_name: invoice_ninja
|
container_name: invoice_ninja
|
||||||
|
depends_on:
|
||||||
|
mariadb:
|
||||||
|
condition: service_started
|
||||||
|
required: true
|
||||||
|
restart: true
|
||||||
environment:
|
environment:
|
||||||
APP_DEBUG: true
|
APP_DEBUG: true
|
||||||
APP_KEY: ${IN_APP_KEY}
|
APP_KEY: ${IN_APP_KEY}
|
||||||
@@ -3439,7 +3444,7 @@ services:
|
|||||||
container_name: paperless-ngx
|
container_name: paperless-ngx
|
||||||
depends_on:
|
depends_on:
|
||||||
mariadb:
|
mariadb:
|
||||||
condition: service_healthy
|
condition: service_started
|
||||||
required: true
|
required: true
|
||||||
restart: true
|
restart: true
|
||||||
environment:
|
environment:
|
||||||
@@ -6089,7 +6094,7 @@ services:
|
|||||||
container_name: wallabag
|
container_name: wallabag
|
||||||
depends_on:
|
depends_on:
|
||||||
mariadb:
|
mariadb:
|
||||||
condition: service_healthy
|
condition: service_started
|
||||||
required: true
|
required: true
|
||||||
restart: true
|
restart: true
|
||||||
redis:
|
redis:
|
||||||
|
|||||||
Reference in New Issue
Block a user