File tree 3 files changed +8
-2
lines changed
3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -107,7 +107,7 @@ services:
107
107
networks :
108
108
- gitea_main
109
109
n8n :
110
- image : ghcr.io/n8n-io/n8n:1.52.2
110
+ image : ghcr.io/n8n-io/n8n:1.53.0
111
111
container_name : n8n
112
112
ports :
113
113
- 5678:5678
Original file line number Diff line number Diff line change 1
1
---
2
2
services :
3
3
netbootxyz :
4
- image : ghcr.io/linuxserver/netbootxyz@sha256:3e7af245944519374e7e01422024f3b5baf67fa252ec92390fee1d57cd6cc1f6
4
+ image : ghcr.io/linuxserver/netbootxyz@sha256:8adbd502fa2f31f03f39b35c511e3484b1a7100ee7bc4ab878518066881079e9
5
5
container_name : netboot
6
6
environment :
7
7
- PUID=1000
Original file line number Diff line number Diff line change @@ -28,6 +28,10 @@ resource "proxmox_virtual_environment_file" "cloud_config" {
28
28
- systemctl start qemu-guest-agent
29
29
- curl -fsSL https://get.docker.com | sudo sh
30
30
- 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
31
35
- echo "done" > /tmp/cloud-config.done
32
36
EOF
33
37
@@ -63,6 +67,8 @@ resource "proxmox_virtual_environment_file" "cloud_config2" {
63
67
- su - mafyuh -c 'git clone https://git.mafyuh.dev/mafyuh/iac.git /home/mafyuh/iac'
64
68
- su - mafyuh -c 'git config --global user.name "Mafyuh"'
65
69
- 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
66
72
- echo "done" > /tmp/cloud-config.done
67
73
EOF
68
74
You can’t perform that action at this time.
0 commit comments