mirror of
https://github.com/RWejlgaard/pez-infra.git
synced 2026-05-06 04:14:43 +00:00
These services run on helsinki-a, not london-b. Verified via docker ps on both hosts. deploy.yml would have managed them on the wrong host. Fixes PESO-73
11 lines
238 B
YAML
11 lines
238 B
YAML
---
|
|
host_role: proxy
|
|
host_description: "Reverse proxy (Caddy), main traffic gateway"
|
|
host_location: "Hetzner Cloud"
|
|
|
|
caddy_config_src: "{{ playbook_dir }}/services/caddy/Caddyfile"
|
|
|
|
docker_services:
|
|
- authelia
|
|
- forgejo
|
|
- bitwarden
|