zelon88 / HRConvert2

A self-hosted, drag-and-drop & nosql file conversion server & share tool that supports 445 file formats in 13 languages.
https://github.com/zelon88/HRConvert2
GNU General Public License v3.0
951 stars 59 forks source link

[Request] - Docker Compose File #61

Open SteadyStatus21 opened 3 months ago

SteadyStatus21 commented 3 months ago

Hello!

Would it be possible to get a docker compose file? That is the easiest installation and deployment method for me!

Thanks! SteadyStatus21

zelon88 commented 3 months ago

Sorry, dropped a comment on the wrong issue! I will get to this. I am very new to docker still.

SteadyStatus21 commented 3 months ago

Sorry, dropped a comment on the wrong issue! I will get to this. I am very new to docker still.

All good! It happens, thank you for your quick response, and take your time. No rush here!

saschabrockel commented 3 months ago

Would be awesome. Agreed on this. Without its a black-box and I cannot get it to work :)

zelon88 commented 3 months ago

@bit-man Do you know anything about Docker Compose? :D

nrgbistro commented 3 months ago

I can help with this. I've created a fork and I'll try to make a PR soon.

xprimate commented 2 months ago

This is really a good work, Thumbs up.

I tried the docker image, but It has a couple of permission issues. Looking forward to contributing

bit-man commented 2 months ago

@xprimate let me know what issues do you have with the Docker image and will try to fix them

feuertaenzer commented 1 week ago

I tried this with your latest image on docker hub and used a super simple compose file:

services:
  hrconvert2:
    image: zelon88/hrconvert2:latest
    ports:
      - 8345:80

I'd like to use some ENV variables but imho volumes, permission or whatever are not necessary for this container.