mirror of
https://github.com/RWejlgaard/pez-infra.git
synced 2026-05-06 04:14:43 +00:00
fix: move authelia, forgejo, bitwarden to helsinki-a host_vars (#8)
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
This commit is contained in:
parent
8548050772
commit
da80c58ca4
2 changed files with 5 additions and 3 deletions
|
|
@ -4,3 +4,8 @@ host_description: "Reverse proxy (Caddy), main traffic gateway"
|
||||||
host_location: "Hetzner Cloud"
|
host_location: "Hetzner Cloud"
|
||||||
|
|
||||||
caddy_config_src: "{{ playbook_dir }}/services/caddy/Caddyfile"
|
caddy_config_src: "{{ playbook_dir }}/services/caddy/Caddyfile"
|
||||||
|
|
||||||
|
docker_services:
|
||||||
|
- authelia
|
||||||
|
- forgejo
|
||||||
|
- bitwarden
|
||||||
|
|
|
||||||
|
|
@ -8,9 +8,6 @@ docker_services:
|
||||||
- jellyseerr
|
- jellyseerr
|
||||||
- navidrome
|
- navidrome
|
||||||
- slskd
|
- slskd
|
||||||
- authelia
|
|
||||||
- forgejo
|
|
||||||
- bitwarden
|
|
||||||
- miniflux
|
- miniflux
|
||||||
- smartctl-exporter
|
- smartctl-exporter
|
||||||
- plex-exporter
|
- plex-exporter
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue