-
Notifications
You must be signed in to change notification settings - Fork 1
/
.env
54 lines (49 loc) · 1.16 KB
/
.env
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
##### SYSTEM
TZ=Europe/Berlin
DOCKERDIR=/opt/bacularis
#
### === Network ===
#
DOMAINNAME=int.mydomain.de
HOSTNAME0=bacularis
PORT=9097
SUBNET=172.26.1
IPV4_ADDRESS=10
DOCKER_HOST_IP=ChangeMe:192.168.15.16
#
### === APP ===
#
B_VERSION=latest-alpine
PORT_BACULARIS=9097
PORT_STORAGE=9103
PORT_DIRECTOR=9101
# https://www.web2generators.com/apache-tools/htpasswd-generator
WEB_ADMIN_USER=admin
WEB_ADMIN_PASSWORD_DECRYPT='MyAdminPassword'
WEB_ADMIN_PASSWORD_ENCRYPTED='$apr1$qtpv47ji$ibDFolOWIFTvoDI7POwpQ0'
PHP_MEMORY_LIMIT=1024M
#
### === Database ===
#
# pwgen -1cnsB 35 5
# Bacula DB user & password
DB_USER=bacula
DB_PASSWORD=MyDBSuperPassword
DB_NAME=bacula
DB_HOST=bacula-db
DB_PORT=5432
# For Ubuntu Jammy Jellyfish LTS - only PostgresDB v. 14 available
# For Alpine 3.19 - PostgresDB v. 16 available
DB_VERSION=16-alpine
# DB Admin user & password (required to init new mysql/pgsql instance)
DB_ADMIN_USER=postgres
DB_ADMIN_PASSWORD=MyDBAdminSuperPassword
#
### === SMTP ===
#
HOSTNAME_SMTP=${HOSTNAME0}.${DOMAINNAME}
SMARTHOST=smtp.int.mydomain.de
SMTP_PASSWORD=MySMTPUserPassword
SMTP_VERSION=latest