mirror of
https://github.com/RealOrangeOne/infrastructure.git
synced 2026-07-17 16:35:58 +00:00
Move bsky to grimes
This commit is contained in:
parent
03296b6286
commit
8e07eb08c3
3 changed files with 3 additions and 3 deletions
|
|
@ -76,7 +76,6 @@
|
|||
- minio
|
||||
- ntfy
|
||||
- baby_buddy
|
||||
- bsky
|
||||
- immich
|
||||
- freshrss
|
||||
- atuin
|
||||
|
|
@ -143,3 +142,4 @@
|
|||
roles:
|
||||
- restic
|
||||
- prometheus.prometheus.node_exporter
|
||||
- bsky
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@ services:
|
|||
- traefik.enable=true
|
||||
- traefik.http.routers.bsky.rule=Host(`bsky.theorangeone.net`)
|
||||
volumes:
|
||||
- "{{ app_data_dir }}/bsky:/pds"
|
||||
- ./data:/pds
|
||||
networks:
|
||||
- default
|
||||
- traefik
|
||||
|
|
|
|||
|
|
@ -256,7 +256,7 @@ resource "gandi_livedns_record" "theorangeonenet_bsky" {
|
|||
type = "CNAME"
|
||||
ttl = 3600
|
||||
values = [
|
||||
"${gandi_livedns_record.sys_domain_pve.name}.${gandi_livedns_record.sys_domain_pve.zone}."
|
||||
"${gandi_livedns_record.sys_domain_grimes.name}.${gandi_livedns_record.sys_domain_grimes.zone}."
|
||||
]
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue