19 lines
585 B
YAML
19 lines
585 B
YAML
|
setup_selinux: true
|
||
|
setup_firewall: true # exposes the firewall ports
|
||
|
baikal:
|
||
|
container_image: "docker.io/ckulka/baikal:nginx"
|
||
|
port: 8069
|
||
|
base_directory: "/baikal"
|
||
|
data_directory: "data"
|
||
|
config_directory: "config"
|
||
|
mail: "" # note you will need to inline the following variables
|
||
|
# defaults
|
||
|
# auth on
|
||
|
# tls on
|
||
|
# tls_trust_file /etc/ssl/certs/ca-certificates.crt
|
||
|
# account default
|
||
|
# host <smtp host>
|
||
|
# port 587
|
||
|
# from baikal@example.com
|
||
|
# user <user>
|
||
|
# password <password>
|