docker-freescout icon indicating copy to clipboard operation
docker-freescout copied to clipboard

Official image?

Open ath88 opened this issue 3 years ago • 5 comments

I see this repository is linked to from https://github.com/freescout-helpdesk/freescout, but is this considered an official docker image by FreeScout?

ath88 avatar Apr 29 '21 08:04 ath88

Not official. I've been building the image since the repository first went public since 2018 just because I liked the project..

tiredofit avatar Apr 29 '21 17:04 tiredofit

Thanks. It's a nice image, but for running this in our kubernetes cluster, there are too many features packed into one docker image. Would you consider adding a cleaner setup?

ath88 avatar Apr 29 '21 19:04 ath88

It's based on a series of my base images which have a decent amount of flexibility in how they operate. You could split this image into seperate containers easy enough for web serving and php processing. One of the images you'd want to disable cron (my vote would be the php one so that you dont lose access to logrotate on the nginx end.

Anything more than that I'd be open to doing, but as a professional service.

tiredofit avatar Apr 29 '21 20:04 tiredofit

I concur -- this image is suboptimal for Kubernetes deployment.

@ath88 have you found a suitable alternative or should we just create another image from scratch?

laurivosandi avatar Feb 18 '22 20:02 laurivosandi

I am currently running the image in kubernetes, and having to redo a few things on pod redeploys. Its not great.

Making another image from scratch would be good. I didn't want to do it just for me, but I'll gladly join up and make an image suited for kubernetes.

ath88 avatar Feb 19 '22 08:02 ath88