Skip to content

Commit c29b872

Browse files
author
Matt Reeves
committedAug 1, 2024
Merge branch 'main' into renovate/ghcr.io-n8n-io-n8n-1.x
2 parents 8c28d05 + 76c01be commit c29b872

File tree

5 files changed

+11
-5
lines changed

5 files changed

+11
-5
lines changed
 

‎docker/ag-main/docker-compose.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ services:
2222
- 5443:5443/udp
2323

2424
adguardhome-sync:
25-
image: ghcr.io/linuxserver/adguardhome-sync@sha256:ee2ddd62c61d13e01da7f96135d1438376a22992c7d9951b2429bb2cfd64a05a
25+
image: ghcr.io/linuxserver/adguardhome-sync@sha256:c6bad810acfc292b9220936751194f6ae9800b1228385ae8f2130fba280b79ee
2626
container_name: adguardhome-sync
2727
environment:
2828
- PUID=1000

‎docker/arrs/docker-compose.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ services:
1515
- PGID=1000
1616

1717
lidarr:
18-
image: ghcr.io/linuxserver/lidarr@sha256:3c093803236a9f694f805392a5d6461b550f70b3f9cf4be0bc73b3428e3dbe90
18+
image: ghcr.io/linuxserver/lidarr@sha256:5855582eee07024c2584c01aaf955901303162bf00de183a1fbf2e9b81041695
1919
container_name: lidarr
2020
ports:
2121
- "8686:8686"

‎docker/authentik/docker-compose.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ services:
3232
volumes:
3333
- redis:/data
3434
server:
35-
image: ghcr.io/goauthentik/server@sha256:f79b6cf35b29a8591136afb633ddd46da303e9cd2ca82c7cdfbd020a780e15e8
35+
image: ghcr.io/goauthentik/server@sha256:a98f95518269d01bb812eb0e12c6647f3d08a36e37b9fdbdccf9345d4431b9f0
3636
restart: unless-stopped
3737
command: server
3838
environment:
@@ -53,7 +53,7 @@ services:
5353
- postgresql
5454
- redis
5555
worker:
56-
image: ghcr.io/goauthentik/server@sha256:f79b6cf35b29a8591136afb633ddd46da303e9cd2ca82c7cdfbd020a780e15e8
56+
image: ghcr.io/goauthentik/server@sha256:a98f95518269d01bb812eb0e12c6647f3d08a36e37b9fdbdccf9345d4431b9f0
5757
restart: unless-stopped
5858
command: worker
5959
environment:

‎docker/netboot/docker-compose.yml

+1-1
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

+6
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.