Merge branch 'main' into renovate/gcr.io-cadvisor-cadvisor-0.x
This commit is contained in:
commit
62b5e1a9bd
3 changed files with 8 additions and 2 deletions
|
@ -107,7 +107,7 @@ services:
|
|||
networks:
|
||||
- gitea_main
|
||||
n8n:
|
||||
image: ghcr.io/n8n-io/n8n:1.52.2
|
||||
image: ghcr.io/n8n-io/n8n:1.53.0
|
||||
container_name: n8n
|
||||
ports:
|
||||
- 5678:5678
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
services:
|
||||
netbootxyz:
|
||||
image: ghcr.io/linuxserver/netbootxyz@sha256:3e7af245944519374e7e01422024f3b5baf67fa252ec92390fee1d57cd6cc1f6
|
||||
image: ghcr.io/linuxserver/netbootxyz@sha256:8adbd502fa2f31f03f39b35c511e3484b1a7100ee7bc4ab878518066881079e9
|
||||
container_name: netboot
|
||||
environment:
|
||||
- PUID=1000
|
||||
|
|
|
@ -28,6 +28,10 @@ resource "proxmox_virtual_environment_file" "cloud_config" {
|
|||
- systemctl start qemu-guest-agent
|
||||
- curl -fsSL https://get.docker.com | sudo sh
|
||||
- su - mafyuh -c 'git clone https://git.mafyuh.dev/mafyuh/iac.git /home/mafyuh/iac'
|
||||
- su - mafyuh -c 'git config --global user.name "Mafyuh"'
|
||||
- su - mafyuh -c 'git config --global user.email "matt@mafyuh.com"'
|
||||
- su - mafyuh -c 'echo "alias dcu=\'docker compose up -d\'" >> /home/mafyuh/.bashrc
|
||||
- su - mafyuh -c 'echo "alias dcd=\'docker compose down\'" >> /home/mafyuh/.bashrc
|
||||
- echo "done" > /tmp/cloud-config.done
|
||||
EOF
|
||||
|
||||
|
@ -63,6 +67,8 @@ resource "proxmox_virtual_environment_file" "cloud_config2" {
|
|||
- su - mafyuh -c 'git clone https://git.mafyuh.dev/mafyuh/iac.git /home/mafyuh/iac'
|
||||
- su - mafyuh -c 'git config --global user.name "Mafyuh"'
|
||||
- su - mafyuh -c 'git config --global user.email "matt@mafyuh.com"'
|
||||
- su - mafyuh -c 'echo "alias dcu=\'docker compose up -d\'" >> /home/mafyuh/.bashrc
|
||||
- su - mafyuh -c 'echo "alias dcd=\'docker compose down\'" >> /home/mafyuh/.bashrc
|
||||
- echo "done" > /tmp/cloud-config.done
|
||||
EOF
|
||||
|
||||
|
|
Loading…
Reference in a new issue