mirror of
https://github.com/zoriya/Kyoo.git
synced 2025-05-24 02:02:36 -04:00
Add matcher to docker-compose files
This commit is contained in:
parent
d0901c7267
commit
0f3f33a9e6
@ -59,6 +59,18 @@ services:
|
||||
volumes:
|
||||
- ${LIBRARY_ROOT}:/video:ro
|
||||
|
||||
matcher:
|
||||
image: zoriya/kyoo_scanner:latest
|
||||
command: matcher
|
||||
restart: unless-stopped
|
||||
depends_on:
|
||||
back:
|
||||
condition: service_healthy
|
||||
env_file:
|
||||
- ./.env
|
||||
environment:
|
||||
- KYOO_URL=${KYOO_URL:-http://back:5000}
|
||||
|
||||
autosync:
|
||||
image: zoriya/kyoo_autosync:latest
|
||||
restart: on-failure
|
||||
|
@ -60,6 +60,18 @@ services:
|
||||
volumes:
|
||||
- ${LIBRARY_ROOT}:/video:ro
|
||||
|
||||
matcher:
|
||||
build: ./scanner
|
||||
command: matcher
|
||||
restart: unless-stopped
|
||||
depends_on:
|
||||
back:
|
||||
condition: service_healthy
|
||||
env_file:
|
||||
- ./.env
|
||||
environment:
|
||||
- KYOO_URL=${KYOO_URL:-http://back:5000}
|
||||
|
||||
autosync:
|
||||
build: ./autosync
|
||||
restart: on-failure
|
||||
|
Loading…
x
Reference in New Issue
Block a user