chore: queue-file path to container
Some checks are pending
build / build (push) Waiting to run

This commit is contained in:
Viktor Varland 2025-09-30 12:01:23 +02:00
parent 9d9f8ae0a9
commit 1be09be9db
Signed by: varl
GPG key ID: 7459F0B410115EE8

View file

@ -51,6 +51,12 @@ COPY <<-EOT /data/config.json
"daemon": true,
"dry_run": false,
"out_dir": "/data/vids",
"http_api": {
"enable": true,
"listen": "127.0.0.1:4416",
"auth_token_file": "/run/secrets/subsyt-token",
"queue_file": "/data/api-queue.json"
},
"provider": {
"youtube": {
"verbose": false,