Initial commit

This commit is contained in:
ponzischeme89
2026-04-15 09:27:29 +12:00
commit e0b51397e7
1151 changed files with 4516 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
services:
emby-thumb-gen:
build: .
container_name: emby-thumb-gen
ports:
- "8500:8500"
environment:
- EMBY_URL=http://your-emby-server:8096
- EMBY_API_KEY=your-api-key-here
volumes:
- ./output:/app/output
- ./cache:/app/cache
restart: unless-stopped