Skip to content

Commit 62b5e1a

Browse files
author
Matt Reeves
committedAug 1, 2024
Merge branch 'main' into renovate/gcr.io-cadvisor-cadvisor-0.x
2 parents bb63c6a + 614ae58 commit 62b5e1a

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed
 

‎docker/arm/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ services:
107107
networks:
108108
- gitea_main
109109
n8n:
110-
image: ghcr.io/n8n-io/n8n:1.52.2
110+
image: ghcr.io/n8n-io/n8n:1.53.0
111111
container_name: n8n
112112
ports:
113113
- 5678:5678

‎docker/netboot/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
services:
33
netbootxyz:
4-
image: ghcr.io/linuxserver/netbootxyz@sha256:3e7af245944519374e7e01422024f3b5baf67fa252ec92390fee1d57cd6cc1f6
4+
image: ghcr.io/linuxserver/netbootxyz@sha256:8adbd502fa2f31f03f39b35c511e3484b1a7100ee7bc4ab878518066881079e9
55
container_name: netboot
66
environment:
77
- PUID=1000

‎terraform/cloud-init.tf

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,10 @@ resource "proxmox_virtual_environment_file" "cloud_config" {
2828
- systemctl start qemu-guest-agent
2929
- curl -fsSL https://get.docker.com | sudo sh
3030
- su - mafyuh -c 'git clone https://git.mafyuh.dev/mafyuh/iac.git /home/mafyuh/iac'
31+
- su - mafyuh -c 'git config --global user.name "Mafyuh"'
32+
- su - mafyuh -c 'git config --global user.email "matt@mafyuh.com"'
33+
- su - mafyuh -c 'echo "alias dcu=\'docker compose up -d\'" >> /home/mafyuh/.bashrc
34+
- su - mafyuh -c 'echo "alias dcd=\'docker compose down\'" >> /home/mafyuh/.bashrc
3135
- echo "done" > /tmp/cloud-config.done
3236
EOF
3337

@@ -63,6 +67,8 @@ resource "proxmox_virtual_environment_file" "cloud_config2" {
6367
- su - mafyuh -c 'git clone https://git.mafyuh.dev/mafyuh/iac.git /home/mafyuh/iac'
6468
- su - mafyuh -c 'git config --global user.name "Mafyuh"'
6569
- su - mafyuh -c 'git config --global user.email "matt@mafyuh.com"'
70+
- su - mafyuh -c 'echo "alias dcu=\'docker compose up -d\'" >> /home/mafyuh/.bashrc
71+
- su - mafyuh -c 'echo "alias dcd=\'docker compose down\'" >> /home/mafyuh/.bashrc
6672
- echo "done" > /tmp/cloud-config.done
6773
EOF
6874

0 commit comments

Comments
 (0)
Please sign in to comment.