mirror of
https://github.com/zoriya/Kyoo.git
synced 2026-05-31 10:36:11 +00:00
Rename scanner modules
This commit is contained in:
@@ -84,6 +84,18 @@ services:
|
||||
volumes:
|
||||
- ${LIBRARY_ROOT}:/video:ro
|
||||
|
||||
matcher:
|
||||
build: ./scanner
|
||||
command: "matcher"
|
||||
restart: on-failure
|
||||
depends_on:
|
||||
back:
|
||||
condition: service_healthy
|
||||
env_file:
|
||||
- ./.env
|
||||
environment:
|
||||
- KYOO_URL=${KYOO_URL:-http://back:5000}
|
||||
|
||||
autosync:
|
||||
build: ./autosync
|
||||
restart: on-failure
|
||||
|
||||
Reference in New Issue
Block a user