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,14 +1,14 @@
version: '3.1'
#
services:
#
base:
build: bacula-base/
image: eftechcombr/bacula:13.0.3-base
build:
context: .
dockerfile: Dockerfile
image: eftechcombr/bacula:15.0.2-base
#
db:
build: bacula-catalog/
image: eftechcombr/bacula:13.0.3-catalog
image: eftechcombr/bacula:15.0.2-catalog
restart: unless-stopped
environment:
POSTGRES_PASSWORD: bacula
@@ -21,7 +21,7 @@ services:
#
bacula-dir:
build: bacula-dir/
image: eftechcombr/bacula:13.0.3-director
image: eftechcombr/bacula:15.0.2-director
restart: unless-stopped
volumes:
- ./etc:/opt/bacula/etc:ro
@@ -32,7 +32,7 @@ services:
#
bacula-sd:
build: bacula-sd/
image: eftechcombr/bacula:13.0.3-storage
image: eftechcombr/bacula:15.0.2-storage
restart: unless-stopped
depends_on:
- bacula-dir
@@ -44,7 +44,7 @@ services:
#
bacula-fd:
build: bacula-fd/
image: eftechcombr/bacula:13.0.3-client
image: eftechcombr/bacula:15.0.2-client
restart: unless-stopped
depends_on:
- bacula-sd
@@ -59,7 +59,7 @@ services:
# build:
# context: bacula-fd/
# dockerfile: Dockerfile-git
# image: eftechcombr/bacula:13.0.3-client-git
# image: eftechcombr/bacula:15.0.2-client-git
# restart: unless-stopped
# environment:
# USERNAME: <username>
@@ -75,7 +75,7 @@ services:
# build:
# context: bacula-fd/
# dockerfile: Dockerfile-s3fs
# image: eftechcombr/bacula:13.0.3-client-s3fs
# image: eftechcombr/bacula:15.0.2-client-s3fs
# restart: unless-stopped
# cap_add:
# - SYS_ADMIN