barcus / bareos

Docker image for Bareos
https://hub.docker.com/r/barcus
MIT License
116 stars 54 forks source link

Scripts not update in bareos-webui Alpine version #156

Open FlorentPoinsaut opened 2 years ago

FlorentPoinsaut commented 2 years ago

Hi! Because of volume mounted in /usr/share/bareos-webui, scripts are not updated between two versions of Bareos.

Workaround: tar -xvf bareos-webui-code.tgz

grapemix commented 1 year ago

I also experience problem in bareos-webui:21-alpine. With the same setting, bareos-webui:21 works fine. My current work around is using bareos-webui:21 instead.

This is the error message I saw:

nginx: [emerg] invalid port in upstream ":" in /etc/nginx/http.d/bareos-webui.conf:17
spinnaker1 commented 5 months ago

@FlorentPoinsaut How to do the workaround? Sry for blunt question.

Is there a workaround for arm64 (alpine) docker images?

Getting the same error with fresh deployment: nginx: [emerg] invalid port in upstream ":" in /etc/nginx/http.d/bareos-webui.conf:17

Flunkyball commented 2 months ago

I get the same error here with the latest alpine version which was running nicely before

Flunkyball commented 1 month ago

After some time of research and comparing information I finally stumbled across the 1 line of information that webui from version 22 depends on php-fpm and therefore needs an additional container to be setup.

Well yes, that is obvious if you look at the updated docker-compose file. But ....

https://github.com/barcus/bareos/blob/master/docker-compose-alpine-pgsql.yml

So webui is running again.