39 lines
1 KiB
YAML
39 lines
1 KiB
YAML
|
---
|
||
|
|
||
|
docker_volumes_dir: "/srv/docker-volumes"
|
||
|
|
||
|
firewall_services:
|
||
|
- ssh
|
||
|
- http
|
||
|
- https
|
||
|
- smtp
|
||
|
- smtps
|
||
|
- imap
|
||
|
- imaps
|
||
|
- pop3
|
||
|
- pop3s
|
||
|
|
||
|
firewall_ports:
|
||
|
- "587/tcp"
|
||
|
|
||
|
pretix_container_name: "pretix_app.server2"
|
||
|
pretix_db_container_name: "pretix_pg-sql.server2"
|
||
|
pretix_db_env_mysql_random_root_password: "true"
|
||
|
pretix_db_env_postgres_db_name: "pretix"
|
||
|
pretix_db_env_postgres_user: "prtxdb"
|
||
|
pretix_env_virtual_host: "pretix.unhb.de,pretix.un-hack-bar.de"
|
||
|
pretix_env_virtual_port: "80"
|
||
|
pretix_env_letsencrypt_host: "pretix.unhb.de,pretix.un-hack-bar.de"
|
||
|
pretix_redis_container_name: "pretix_redis.server2"
|
||
|
|
||
|
watchtower_container_name: "watchtower.server2"
|
||
|
watchtower_domainname: "unhb.de"
|
||
|
watchtower_hostname: "neuromancer"
|
||
|
watchtower_poll_interval: "21600"
|
||
|
watchtower_notifications: "email"
|
||
|
watchtower_notification_email_to: "watchtower@lists.unhb.de"
|
||
|
watchtower_notification_email_server: "mail.un-hack-bar.de"
|
||
|
watchtower_notification_email_server_port: "587"
|
||
|
watchtower_warn_on_head_failure: "never"
|
||
|
watchtower_version: "latest"
|