This commit is contained in:
msnie
2024-02-03 11:58:42 +01:00
parent 17ca1c805f
commit 5b0b5f548c
706 changed files with 135245 additions and 0 deletions
+19
View File
@@ -0,0 +1,19 @@
version: '3'
services:
filebot:
container_name: filebot
image: coppit/filebot
env_file: .env
environment:
- WIDTH=1920
- HEIGHT=1080
- USER_ID=${PUID}
- GROUP_ID=${PGID}
ports:
- '${RDPPORT}:3389'
- '${WEBPORT}:8080'
volumes:
- '${APPDATA}:/config:rw'
- '${DOWNLOADSDIR}:/downloads:rw'
- '${MEDIADIR}:/media:rw'
restart: unless-stopped