mirror of
https://github.com/phfroidmont/self-hosting.git
synced 2025-12-25 05:36:59 +01:00
Add Odoo config
This commit is contained in:
parent
22d5e09f3c
commit
0dd50bde59
6 changed files with 122 additions and 48 deletions
|
|
@ -100,6 +100,14 @@ resource "hetznerdns_record" "dolibarr_a" {
|
|||
ttl = 600
|
||||
}
|
||||
|
||||
resource "hetznerdns_record" "odoo_a" {
|
||||
zone_id = data.hetznerdns_zone.froidmont_solutions_zone.id
|
||||
name = "odoo"
|
||||
value = hcloud_server.backend1.ipv4_address
|
||||
type = "A"
|
||||
ttl = 600
|
||||
}
|
||||
|
||||
resource "hetznerdns_record" "jitsi_a" {
|
||||
zone_id = data.hetznerdns_zone.froidmont_zone.id
|
||||
name = "jitsi"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue