34 lines
664 B
YAML
34 lines
664 B
YAML
---
|
|
# domain, webroot
|
|
roundcube_domain: example.com
|
|
roundcube_web_root: /
|
|
|
|
# container
|
|
roundcube_image: roundcube
|
|
roundcube_container: roundcube
|
|
roundcube_volume: roundcube
|
|
|
|
# mysql, mariadb, postgresql
|
|
roundcube_db_type: sqlite
|
|
roundcube_db_host: localhost
|
|
roundcube_db_user: roundcube
|
|
roundcube_db_password: password
|
|
|
|
# data dir (inside container)
|
|
roundcube_data_dir: /var/www/html
|
|
|
|
# imap
|
|
roundcube_imap_host: ""
|
|
roundcube_imap_port: ""
|
|
|
|
# smtp
|
|
roundcube_smtp_host: ""
|
|
roundcube_smtp_port: ""
|
|
roundcube_smtp_user: ""
|
|
roundcube_smtp_password: ""
|
|
roundcube_mail_from_address: ""
|
|
roundcube_mail_domain: ""
|
|
|
|
# definido por rol docker
|
|
docker_network_name: dockernet
|