• Login
  • Register
  • Login Register
    Login
    Username/Email:
    Password:
    Or login with a social network below
  • Forum
  • Website
  • GitHub
  • Status
  • Translation
  • Features
  • Team
  • Rules
  • Help
  • Feeds
User Links
  • Login
  • Register
  • Login Register
    Login
    Username/Email:
    Password:
    Or login with a social network below

    Useful Links Forum Website GitHub Status Translation Features Team Rules Help Feeds
    Jellyfin Forum Support General Questions Jellyfin cloning

     
    • 0 Vote(s) - 0 Average

    Jellyfin cloning

    Suggestions on how to clone one instance into other
    Arson3532
    Offline

    Junior Member

    Posts: 3
    Threads: 1
    Joined: 2024 May
    Reputation: 0
    Country:Spain
    #3
    2025-03-24, 02:26 PM (This post was last modified: 2025-03-24, 02:28 PM by Arson3532. Edited 3 times in total.)
    Sure:

    Code:
      jellyfin:
        image: jellyfin/jellyfin:10.10.6
        container_name: jellyfin
        group_add:
          - "video"
        ports:
          - "8096:8096"
        restart: 'always'
        environment:
          - JELLYFIN_PublishedServerUrl=https://xxx
          - TZ=...
        volumes:
          - /mnt/user/appdata/arr/jellyfin/config:/config:rw
          - /mnt/user/appdata/arr/jellyfin/cache:/cache:rw
          - /mnt/user/ShareMedia:/media:rw # Where all the videos and series are. I have more volumes for the rest of the places
        devices:
          - /dev/dri
        networks:
          - media-network
        healthcheck:
          test: ["CMD", "curl", "-fsS", "http://localhost:8096/health"]
          interval: 1m
          timeout: 10s
          retries: 3
          start_period: 10m
        labels:
          autoheal-app: true
    « Next Oldest | Next Newest »

    Users browsing this thread: 1 Guest(s)


    Messages In This Thread
    Jellyfin cloning - by Arson3532 - 2025-03-23, 10:40 AM
    RE: Jellyfin cloning - by TheDreadPirate - 2025-03-23, 05:49 PM
    RE: Jellyfin cloning - by Arson3532 - 2025-03-24, 02:26 PM
    RE: Jellyfin cloning - by TheDreadPirate - 2025-03-24, 03:22 PM

    • View a Printable Version
    • Subscribe to this thread
    Forum Jump:

    Home · Team · Help · Contact
    © Designed by D&D - Powered by MyBB
    L


    Jellyfin

    The Free Software Media System

    Linear Mode
    Threaded Mode