wait for scheduler instead
This commit is contained in:
parent
b1b552a9d0
commit
4b547923fb
1 changed files with 2 additions and 2 deletions
|
@ -93,7 +93,7 @@ services:
|
||||||
|
|
||||||
archive-api:
|
archive-api:
|
||||||
depends_on:
|
depends_on:
|
||||||
- "recorder"
|
- "scheduler"
|
||||||
image: xemle/home-gallery-api-server
|
image: xemle/home-gallery-api-server
|
||||||
environment:
|
environment:
|
||||||
# TensorflowJS backends
|
# TensorflowJS backends
|
||||||
|
@ -111,7 +111,7 @@ services:
|
||||||
|
|
||||||
archive:
|
archive:
|
||||||
depends_on:
|
depends_on:
|
||||||
- "recorder"
|
- "scheduler"
|
||||||
image: xemle/home-gallery:1.14.6
|
image: xemle/home-gallery:1.14.6
|
||||||
environment:
|
environment:
|
||||||
- GALLERY_API_SERVER=http://archive-api:3000
|
- GALLERY_API_SERVER=http://archive-api:3000
|
||||||
|
|
Loading…
Reference in a new issue