# Infrastructure Configuration # Docker configuration docker: network_name: "lava" stacks_path: "/opt/stacks" hairpin_ip: "172.20.0.5" # SMTP configuration smtp: host: "smtp.resend.com" username: "resend" from_domain: "{{ email_domains.updates }}" # Network configuration network: netcup_ip: "152.53.36.98" docker_host_ip: "100.70.169.99" # Paths paths: stacks: "{{ docker.stacks_path }}"