mirror of
https://github.com/zoriya/Kyoo.git
synced 2025-05-30 19:54:16 -04:00
Add matcher to docker-compose files
This commit is contained in:
parent
d0901c7267
commit
0f3f33a9e6
@ -59,6 +59,18 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
- ${LIBRARY_ROOT}:/video:ro
|
- ${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:
|
autosync:
|
||||||
image: zoriya/kyoo_autosync:latest
|
image: zoriya/kyoo_autosync:latest
|
||||||
restart: on-failure
|
restart: on-failure
|
||||||
|
@ -60,6 +60,18 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
- ${LIBRARY_ROOT}:/video:ro
|
- ${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:
|
autosync:
|
||||||
build: ./autosync
|
build: ./autosync
|
||||||
restart: on-failure
|
restart: on-failure
|
||||||
|
Loading…
x
Reference in New Issue
Block a user