Skip to content

Commit 8de8841

Browse files
committedAug 23, 2024
remake runner
1 parent d81f7e8 commit 8de8841

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed
 

‎docker/arm/docker-compose.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,7 @@ services:
168168
- db-data:/var/lib/postgresql/data
169169

170170
wiki:
171+
container_name: wiki
171172
image: ghcr.io/requarks/wiki:2.5.303
172173
depends_on:
173174
- wiki-db

‎terraform/runner.tf

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,17 @@ resource "proxmox_virtual_environment_vm" "Runner" {
22

33
# VM General Settings
44
node_name = "prox"
5-
vm_id = 207
5+
vm_id = 952
66
name = "Runner"
7-
description = "Forgejo Runner"
8-
tags = ["tofu", "ubuntu-22", "auto-homelab-repo", "infrastructure"]
7+
description = "Forgejo Runner for iac"
8+
tags = ["tofu", "ubuntu-22", "iac-repo", "infrastructure"]
99

1010
agent {
1111
enabled = true # read 'Qemu guest agent' section, change to true only when ready
1212
}
1313

1414
clone {
15-
vm_id = 8000
15+
vm_id = 8100
1616
}
1717

1818
# VM CPU Settings
@@ -35,7 +35,7 @@ resource "proxmox_virtual_environment_vm" "Runner" {
3535
# VM Disk Settings
3636
disk {
3737
datastore_id = "Fast2Tb"
38-
size = 60
38+
size = 40
3939
interface = "scsi0"
4040
}
4141

0 commit comments

Comments
 (0)
Please sign in to comment.