33 lines
725 B
YAML
33 lines
725 B
YAML
---
|
|
|
|
docker_volumes_dir: "/srv/docker-volumes"
|
|
|
|
firewall_services:
|
|
- ssh
|
|
- http
|
|
- https
|
|
- smtp
|
|
- smtps
|
|
- imap
|
|
- imaps
|
|
- pop3
|
|
- pop3s
|
|
|
|
firewall_ports:
|
|
- "587/tcp"
|
|
|
|
firewall_zone: "external"
|
|
|
|
traefik_container_name: "traefik"
|
|
traefik_dashboard_hostname: "traefik2.un-hack-bar.de"
|
|
|
|
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"
|