Upgrade to 15.0.2

This commit is contained in:
Eduardo Fraga
2024-05-30 11:30:17 -03:00
parent 7418180807
commit 9a77387d41
22 changed files with 66 additions and 68 deletions

View File

@@ -1,4 +1,4 @@
FROM eftechcombr/bacula:13.0.3-base
FROM eftechcombr/bacula:15.0.2-director
RUN curl https://www.bacula.org/downloads/baculum/baculum.pub | apt-key add -
@@ -9,7 +9,7 @@ RUN apt update && \
php-bcmath \
php*-mbstring \
php-fpm \
libapache2-mod-php7.4 \
libapache2-mod-php \
baculum-api \
baculum-api-apache2 \
baculum-common \
@@ -24,7 +24,7 @@ RUN usermod -aG bacula www-data && \
chown -R www-data:bacula /opt/bacula/working /opt/bacula/etc && \
chmod -R g+rwx /opt/bacula/working /opt/bacula/etc && \
a2enmod rewrite && \
a2enmod php7.4 && \
a2enmod php8.2 && \
a2ensite baculum-web
COPY timezone.ini /etc/php.d/timezone.ini

View File

@@ -18,8 +18,8 @@ supervisor.rpcinterface_factory = supervisor.rpcinterface:make_main_rpcinterface
serverurl=unix:///var/run/supervisor.sock
[program:php-fpm7.4]
command=/usr/sbin/php-fpm7.4 --nodaemonize -c /etc/php/7.4/fpm/php-fpm.conf
[program:php-fpm8.2]
command=/usr/sbin/php-fpm8.2 --nodaemonize -c /etc/php/8.2/fpm/php-fpm.conf
priority=50
autorestart=true