services: threadfin: image: fyb3roptik/threadfin container_name: threadfin ports: - ${PORT:-34400}:34400 environment: - PUID=${PUID:-1000} - PGID=${PGID:-1000} - TZ=${TZ:-Etc/UTC} volumes: - data-conf:/home/threadfin/conf - data-temp:/tmp/threadfin:rw restart: unless-stopped volumes: data-conf: data-temp: