File tree 5 files changed +11
-5
lines changed
5 files changed +11
-5
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ services:
22
22
- 5443:5443/udp
23
23
24
24
adguardhome-sync :
25
- image : ghcr.io/linuxserver/adguardhome-sync@sha256:ee2ddd62c61d13e01da7f96135d1438376a22992c7d9951b2429bb2cfd64a05a
25
+ image : ghcr.io/linuxserver/adguardhome-sync@sha256:c6bad810acfc292b9220936751194f6ae9800b1228385ae8f2130fba280b79ee
26
26
container_name : adguardhome-sync
27
27
environment :
28
28
- PUID=1000
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ services:
15
15
- PGID=1000
16
16
17
17
lidarr :
18
- image : ghcr.io/linuxserver/lidarr@sha256:3c093803236a9f694f805392a5d6461b550f70b3f9cf4be0bc73b3428e3dbe90
18
+ image : ghcr.io/linuxserver/lidarr@sha256:5855582eee07024c2584c01aaf955901303162bf00de183a1fbf2e9b81041695
19
19
container_name : lidarr
20
20
ports :
21
21
- " 8686:8686"
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ services:
32
32
volumes :
33
33
- redis:/data
34
34
server :
35
- image : ghcr.io/goauthentik/server@sha256:f79b6cf35b29a8591136afb633ddd46da303e9cd2ca82c7cdfbd020a780e15e8
35
+ image : ghcr.io/goauthentik/server@sha256:a98f95518269d01bb812eb0e12c6647f3d08a36e37b9fdbdccf9345d4431b9f0
36
36
restart : unless-stopped
37
37
command : server
38
38
environment :
@@ -53,7 +53,7 @@ services:
53
53
- postgresql
54
54
- redis
55
55
worker :
56
- image : ghcr.io/goauthentik/server@sha256:f79b6cf35b29a8591136afb633ddd46da303e9cd2ca82c7cdfbd020a780e15e8
56
+ image : ghcr.io/goauthentik/server@sha256:a98f95518269d01bb812eb0e12c6647f3d08a36e37b9fdbdccf9345d4431b9f0
57
57
restart : unless-stopped
58
58
command : worker
59
59
environment :
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