2024-12-09 18:51:47 +00:00
# documentation: https://fileflows.com/docs/
# slogan: FileFlows can drastically reduce your files, up to 90%, saving you space and money. No need to buy more hard drives, just shrink your files and start saving.
2025-08-17 16:23:57 +00:00
# category: media
2024-12-09 18:51:47 +00:00
# tags: media, transcode, convert, h265
# logo: svgs/fileflows.svg
# port: 5000
services :
2024-12-13 16:30:55 +00:00
fileflows :
2024-12-09 18:51:47 +00:00
image : revenz/fileflows
environment :
2025-08-10 08:10:22 +00:00
- SERVICE_URL_FILEFLOWS_5000
- _APP_URL=$SERVICE_URL_FILE_FLOWS
2024-12-09 18:51:47 +00:00
- PUID=1000
- PGID=1000
- TZ=${TZ:-America/Toronto}
#devices:
# - "/dev/dri:/dev/dri" # Enable hardware transcoding
volumes :
2024-12-11 14:04:43 +00:00
- fileflows_temp:/temp
- fileflows_configs:/app/Data
- fileflows_logs:/app/Logs
- fileflows_common:/app/common
2024-12-09 18:51:47 +00:00
healthcheck :
test : [ "CMD" , "curl" , "-f" , "http://localhost:5000/api/system/version" ]
interval : 2s
timeout : 10s
retries : 15