Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add-on: Organizr #68

Open
cbytestech opened this issue Nov 12, 2021 · 1 comment
Open

Add-on: Organizr #68

cbytestech opened this issue Nov 12, 2021 · 1 comment

Comments

@cbytestech
Copy link

cbytestech commented Nov 12, 2021

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
Copy link

This is a really nice addition

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants