mirror of
https://github.com/eftechcombr/bacula.git
synced 2025-04-19 08:25:09 +00:00
update README and docker-compose
This commit is contained in:
parent
3e1bb999f5
commit
7418180807
@ -8,8 +8,8 @@ Deploy the bacula community edition on Docker Containers.
|
||||
- [x] Bacula Director eftechcombr/bacula:13.0.3-director
|
||||
- [x] Bacula Storage Daemon eftechcombr/bacula:13.0.3-storage
|
||||
- [x] Bacula File Daemon eftechcombr/bacula:13.0.3-client
|
||||
- [x] Bacula File Daemon S3 eftechcombr/bacula:13.0.3-client-s3fs (NEW)
|
||||
- [x] Bacula File Daemon Git eftechcombr/bacula:13.0.3-client-git (NEW)
|
||||
- [ ] Bacula File Daemon S3 eftechcombr/bacula:13.0.3-client-s3fs (BETA)
|
||||
- [ ] Bacula File Daemon Git eftechcombr/bacula:13.0.3-client-git (BETA)
|
||||
- [x] Baculum Web Gui eftechcombr/baculum:11.0.6-web
|
||||
- [x] Baculum API eftechcombr/baculum:11.0.6-api
|
||||
- [x] Postfix SMTP Relay eftechcombr/postfix:latest
|
||||
@ -44,7 +44,7 @@ Deploy the bacula community edition on Docker Containers.
|
||||
|
||||
## Video
|
||||
|
||||
[](https://asciinema.org/a/279317)
|
||||
[](https://asciinema.org/a/A4skWxuqhgqtIscjkCTl2snc0)
|
||||
|
||||
|
||||
## Docker Compose
|
||||
|
@ -46,30 +46,30 @@ services:
|
||||
- ./etc:/opt/bacula/etc:ro
|
||||
ports:
|
||||
- 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-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
|
||||
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-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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user