2025-02-10 16:23:40 +01:00
2025-02-10 16:23:40 +01:00
2024-11-08 17:04:55 +01:00
2023-11-24 15:33:06 +01:00
2025-02-04 12:28:55 +01:00
2024-10-30 20:48:33 +01:00
2023-07-26 21:06:26 +02:00
2023-07-27 12:18:31 +02:00
2025-01-05 21:56:36 +01:00
2025-01-28 22:05:07 +01:00
2024-08-28 21:41:29 +02:00
2025-01-28 22:05:07 +01:00
2023-11-24 15:33:06 +01:00
2023-07-26 21:06:26 +02:00
2024-09-11 13:22:56 +02:00
2023-07-26 21:06:26 +02:00
2024-08-02 15:17:35 +02:00
2024-08-28 21:41:29 +02:00
2025-01-28 22:05:07 +01:00
2024-10-30 20:48:33 +01:00
2024-09-10 09:21:50 +02:00
2024-08-28 21:41:29 +02:00
2024-03-14 11:06:09 +01:00
2023-08-21 21:36:16 +02:00
2023-08-21 21:36:16 +02:00
2024-11-13 15:25:20 +01:00
2023-07-26 21:06:26 +02:00
2024-09-05 10:16:39 +02:00
2024-08-28 21:41:29 +02:00
2024-11-13 15:25:20 +01:00
2024-08-28 21:41:29 +02:00
2024-11-29 11:16:23 +01:00
2024-08-28 21:41:29 +02:00
2024-09-01 22:02:22 +02:00
2024-09-01 22:02:22 +02:00
2024-03-14 12:03:43 +01:00
2024-08-28 21:41:29 +02:00
2025-02-06 11:21:48 +01:00
2024-08-28 21:41:29 +02:00
2023-07-27 12:18:31 +02:00
2025-02-06 11:21:48 +01:00
2024-07-23 22:06:33 +02:00
2024-09-10 09:21:50 +02:00
2024-03-14 11:06:09 +01:00

Installation

Run terraform init

Instructions

Terraform cannot create a qnet network, so we do it manually and then import into Terraform.

dockerx.bat network create -d qnet --ipam-driver=qnet --ipam-opt=iface=eth1 --subnet=192.168.2.0/24 --gateway=192.168.2.1 terraform-static-eth1-shared
terraform import docker_network.bridge 2496ee986cdc
terraform import docker_network.host 193a71332c99

Run considerations

If updating remotely using wireguard, note that it is also run on docker.

So it will cause the tunnel to disconnect. Not sure how to handle this, yet. Probably not run terraform apply locally and instead run it in a CI solution?

Description
No description provided
Readme 4.9 MiB
Languages
HCL 96.6%
TypeScript 1.3%
Jinja 1.1%
Batchfile 0.6%
Shell 0.3%