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

[Request] - Docker Compose File #61

Open
SteadyStatus21 opened this issue Mar 13, 2024 · 10 comments
Open

[Request] - Docker Compose File #61

SteadyStatus21 opened this issue Mar 13, 2024 · 10 comments
Assignees
Labels
Enhancement New feature or request

Comments

@SteadyStatus21
Copy link

Hello!

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

Thanks!
SteadyStatus21

@zelon88 zelon88 closed this as completed Mar 16, 2024
@zelon88 zelon88 reopened this Mar 16, 2024
@zelon88
Copy link
Owner

zelon88 commented Mar 16, 2024

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

@zelon88 zelon88 self-assigned this Mar 16, 2024
@zelon88 zelon88 added the Enhancement New feature or request label Mar 16, 2024
@SteadyStatus21
Copy link
Author

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

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

@zelon88
Copy link
Owner

zelon88 commented Mar 26, 2024

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

@nrgbistro
Copy link

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

@xprimate
Copy link

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

bit-man commented Apr 15, 2024

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

@feuertaenzer
Copy link

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.

@truejacobjones
Copy link

hi @zelon88 I have created a working docker compose file, I'd be happy to contribute to this repository. I have tried to push my branch but I don't have permissions. Would you consider adding me as a contributor or i will simply paste the contents here for you to manage.
I could also set up automated image generation for new version updates.

`
services:

hrconvert2:
image: zelon88/hrconvert2:latest
container_name: hrconvert2
environment:
- APACHE_SERVER_NAME=localhost
- PUID=$PUID
- PGID=$PGID
restart: unless-stopped
volumes:
- ./Resources/config.php:/var/www/html/HRProprietary/HRConvert2/config.php
- ./converted-files:/home/converter:rw
entrypoint: >
/bin/sh -c "
chown -R www-data:www-data /home/converter &&
chmod -R 775 /home/converter &&
/usr/sbin/apache2ctl -D FOREGROUND"

`

@brkr1
Copy link

brkr1 commented Nov 21, 2024

Hi, zelon. Any news on that regard?

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

No branches or pull requests

9 participants