set max log size for invidious companion
This commit is contained in:
parent
6ec77ceab6
commit
34cb315200
1 changed files with 6 additions and 1 deletions
|
@ -1,8 +1,13 @@
|
||||||
services:
|
services:
|
||||||
companion:
|
companion:
|
||||||
image: git.nadeko.net/fijxu/invidious-companion:${COMPANION_TAG}
|
image: git.nadeko.net/fijxu/invidious-companion:${COMPANION_TAG}
|
||||||
user: 2000:2000
|
user: 2000:2000
|
||||||
network_mode: "service:gluetun"
|
network_mode: "service:gluetun"
|
||||||
|
logging:
|
||||||
|
driver: "json-file"
|
||||||
|
options:
|
||||||
|
max-size: "256m"
|
||||||
|
max-file: "10"
|
||||||
volumes:
|
volumes:
|
||||||
- ./cache:/var/tmp/youtubei.js:rw
|
- ./cache:/var/tmp/youtubei.js:rw
|
||||||
depends_on:
|
depends_on:
|
||||||
|
|
Loading…
Add table
Reference in a new issue