mirror of
https://github.com/vhaudiquet/homeprod.git
synced 2026-07-27 08:00:46 +00:00
Compare commits
3 Commits
eb66c382ed
...
c8c6e3fefc
| Author | SHA1 | Date | |
|---|---|---|---|
|
c8c6e3fefc
|
|||
| ea64255153 | |||
|
3ffc9836e3
|
@@ -31,7 +31,7 @@ services:
|
|||||||
- archivist-redis
|
- archivist-redis
|
||||||
labels:
|
labels:
|
||||||
- "traefik.enable=true"
|
- "traefik.enable=true"
|
||||||
- "traefik.http.routers.tubearchivist.rule=Host(`tubearchivist.local`)"
|
- "traefik.http.routers.tubearchivist.rule=Host(`tubearchivist.lan`)"
|
||||||
- "traefik.http.routers.tubearchivist.middlewares=tubearchivist-headers"
|
- "traefik.http.routers.tubearchivist.middlewares=tubearchivist-headers"
|
||||||
- "traefik.http.middlewares.tubearchivist-headers.headers.accesscontrolalloworiginlist=*"
|
- "traefik.http.middlewares.tubearchivist-headers.headers.accesscontrolalloworiginlist=*"
|
||||||
- "traefik.http.middlewares.tubearchivist-headers.headers.accesscontrolallowmethods=GET,OPTIONS,PUT"
|
- "traefik.http.middlewares.tubearchivist-headers.headers.accesscontrolallowmethods=GET,OPTIONS,PUT"
|
||||||
|
|||||||
@@ -89,6 +89,12 @@ resource "proxmox_virtual_environment_vm" "kube" {
|
|||||||
vlan_id = 2
|
vlan_id = 2
|
||||||
}
|
}
|
||||||
|
|
||||||
|
network_device {
|
||||||
|
bridge = "vmbr0"
|
||||||
|
model = "virtio"
|
||||||
|
vlan_id = 2
|
||||||
|
}
|
||||||
|
|
||||||
network_device {
|
network_device {
|
||||||
bridge = "vmbr0"
|
bridge = "vmbr0"
|
||||||
model = "virtio"
|
model = "virtio"
|
||||||
|
|||||||
Reference in New Issue
Block a user