update README and docker-compose

This commit is contained in:
Eduardo Fraga 2023-08-23 07:54:42 -03:00 committed by GitHub
parent 3e1bb999f5
commit 7418180807
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 26 additions and 26 deletions

View File

@ -8,8 +8,8 @@ Deploy the bacula community edition on Docker Containers.
- [x] Bacula Director eftechcombr/bacula:13.0.3-director - [x] Bacula Director eftechcombr/bacula:13.0.3-director
- [x] Bacula Storage Daemon eftechcombr/bacula:13.0.3-storage - [x] Bacula Storage Daemon eftechcombr/bacula:13.0.3-storage
- [x] Bacula File Daemon eftechcombr/bacula:13.0.3-client - [x] Bacula File Daemon eftechcombr/bacula:13.0.3-client
- [x] Bacula File Daemon S3 eftechcombr/bacula:13.0.3-client-s3fs (NEW) - [ ] Bacula File Daemon S3 eftechcombr/bacula:13.0.3-client-s3fs (BETA)
- [x] Bacula File Daemon Git eftechcombr/bacula:13.0.3-client-git (NEW) - [ ] Bacula File Daemon Git eftechcombr/bacula:13.0.3-client-git (BETA)
- [x] Baculum Web Gui eftechcombr/baculum:11.0.6-web - [x] Baculum Web Gui eftechcombr/baculum:11.0.6-web
- [x] Baculum API eftechcombr/baculum:11.0.6-api - [x] Baculum API eftechcombr/baculum:11.0.6-api
- [x] Postfix SMTP Relay eftechcombr/postfix:latest - [x] Postfix SMTP Relay eftechcombr/postfix:latest
@ -44,7 +44,7 @@ Deploy the bacula community edition on Docker Containers.
## Video ## Video
[![asciicast](https://asciinema.org/a/279317.svg)](https://asciinema.org/a/279317) [![asciicast](https://asciinema.org/a/A4skWxuqhgqtIscjkCTl2snc0.svg)](https://asciinema.org/a/A4skWxuqhgqtIscjkCTl2snc0)
## Docker Compose ## Docker Compose

View File

@ -46,30 +46,30 @@ services:
- ./etc:/opt/bacula/etc:ro - ./etc:/opt/bacula/etc:ro
ports: ports:
- 9102:9102 - 9102:9102
#
# baculum-api:
# image: eftechcombr/baculum:11.0.6-api
# restart: unless-stopped
# depends_on:
# - db
# - bacula-dir
# volumes:
# - ./etc/bconsole.conf:/opt/bacula/etc/bconsole.conf:ro
# - ./etc/baculum:/etc/baculum:rw
# ports:
# - 9096:9096
# # baculum-api:
# baculum-web: image: eftechcombr/baculum:11.0.6-api
# image: eftechcombr/baculum:11.0.6-web restart: unless-stopped
# restart: unless-stopped depends_on:
# depends_on: - db
# - baculum-api - bacula-dir
# volumes: volumes:
# - ./etc/bconsole.conf:/opt/bacula/etc/bconsole.conf:ro - ./etc/bconsole.conf:/opt/bacula/etc/bconsole.conf:ro
# - ./etc/baculum:/etc/baculum:rw - ./etc/baculum:/etc/baculum:rw
# ports: ports:
# - 9095:9095 - 9096:9096
#
baculum-web:
image: eftechcombr/baculum:11.0.6-web
restart: unless-stopped
depends_on:
- baculum-api
volumes:
- ./etc/bconsole.conf:/opt/bacula/etc/bconsole.conf:ro
- ./etc/baculum:/etc/baculum:rw
ports:
- 9095:9095
# #
#volumes: #volumes: