mirror of
https://github.com/eftechcombr/bacula.git
synced 2025-10-10 19:26:18 +00:00
Upgrade to 15.0.2
This commit is contained in:
@@ -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
|
||||
|
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user