sebgl / htpc-download-box

Sonarr / Radarr / Jackett / NZBGet / Deluge / OpenVPN / Plex
1.92k stars 323 forks source link

Add-on: Organizr #68

Open cbytestech opened 2 years ago

cbytestech commented 2 years ago

I added this in to manage all the other containers in one spot. I did however, run into an issue of the user acoount providing a NGINX bad gateway error. Commenting those out fixed the issue

  organizr:
    image: organizr/organizr
    container_name: organizr
    environment:
#      - PUID=${PUID} # default user id, defined in .env
#      - PGID=${PGID} # default group id, defined in .env
      - TZ=${TZ} # timezone, defined in .env
      - fpm=true #true or false | using true will provide better performance
      - branch=v2-master #v2-master or #v2-develop
    volumes:
      - /media/config/organizr:/config
    ports:
      - 80:80
    restart: unless-stopped
gtjamesa commented 2 years ago

This is a really nice addition