Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit f52f553

Browse files
author
Matt Reeves
committedDec 13, 2024
Merge branch 'main' into renovate/ghcr.io-n8n-io-n8n-1.x
2 parents ad874af + e9d358b commit f52f553

File tree

7 files changed

+29
-29
lines changed

7 files changed

+29
-29
lines changed
 

‎docker/AI/docker-compose.yml

-1
Original file line numberDiff line numberDiff line change
@@ -103,4 +103,3 @@ volumes:
103103
ollama:
104104
external: true
105105
open-webui:
106-

‎docker/arm/docker-compose.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ services:
6565
restart: unless-stopped
6666
networks:
6767
- gitea_main
68-
68+
6969
fail2ban:
7070
image: crazymax/fail2ban:1.1.0
7171
container_name: fail2ban
@@ -204,7 +204,7 @@ services:
204204
- 22000:22000/udp
205205
- 21027:21027/udp
206206
restart: unless-stopped
207-
207+
208208
wiki-db:
209209
image: postgres:15-alpine
210210
environment:

‎docker/arrs/docker-compose.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -228,4 +228,4 @@ volumes:
228228
driver_opts:
229229
type: nfs
230230
o: addr=nas.lan,vers=4,rw
231-
device: ":/mnt/thePool/thePoolShare/Media"
231+
device: ":/mnt/thePool/thePoolShare/Media"

‎docker/authentik/docker-compose.yml

+9-9
Original file line numberDiff line numberDiff line change
@@ -78,16 +78,16 @@ services:
7878
depends_on:
7979
- postgresql
8080
- redis
81-
81+
8282
authentik_ldap:
83-
image: ghcr.io/goauthentik/ldap:2024.10.5
84-
ports:
85-
- 389:3389
86-
- 636:6636
87-
environment:
88-
AUTHENTIK_HOST: ${AUTH_HOST}
89-
AUTHENTIK_INSECURE: "true"
90-
AUTHENTIK_TOKEN: ${AUTH_TOKEN}
83+
image: ghcr.io/goauthentik/ldap:2024.10.5
84+
ports:
85+
- 389:3389
86+
- 636:6636
87+
environment:
88+
AUTHENTIK_HOST: ${AUTH_HOST}
89+
AUTHENTIK_INSECURE: "true"
90+
AUTHENTIK_TOKEN: ${AUTH_TOKEN}
9191

9292
volumes:
9393
database:

‎docker/grafana/docker-compose.yml

+9-9
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ services:
3232
- GF_AUTH_GENERIC_OAUTH_API_URL=$AUTHENTIK_URL/application/o/userinfo/
3333
- GF_AUTH_SIGNOUT_REDIRECT_URL=$AUTHENTIK_URL/application/o/grafana/end-session/
3434
- GF_AUTH_OAUTH_AUTO_LOGIN=false
35-
- GF_SERVER_ROOT_URL=$GF_SERVER_ROOT_URL
35+
- GF_SERVER_ROOT_URL=$GF_SERVER_ROOT_URL
3636
user: "1000"
3737
volumes:
3838
- /docker/appdata/grafana:/var/lib/grafana
@@ -93,7 +93,7 @@ services:
9393
- /:/host:ro,rslave
9494
networks:
9595
- grafana
96-
96+
9797
cadvisor:
9898
image: gcr.io/cadvisor/cadvisor:v0.51.0
9999
container_name: cadvisor
@@ -116,7 +116,7 @@ services:
116116
command: ["sonarr"]
117117
environment:
118118
PORT: 9707
119-
URL: $SONARR_URL
119+
URL: $SONARR_URL
120120
APIKEY: $SONARR_API
121121
ports:
122122
- "9707:9707"
@@ -129,7 +129,7 @@ services:
129129
command: ["radarr"]
130130
environment:
131131
PORT: 9708
132-
URL: $RADARR_URL
132+
URL: $RADARR_URL
133133
APIKEY: $RADARR_API
134134
ports:
135135
- "9708:9708"
@@ -144,9 +144,9 @@ services:
144144
PORT: 9710
145145
URL: $PROWLARR_URL
146146
APIKEY: $PROWLARR_API
147-
PROWLARR__BACKFILL: true
147+
PROWLARR__BACKFILL: true
148148
ports:
149-
- "9710:9710"
149+
- "9710:9710"
150150
restart: unless-stopped
151151
networks:
152152
- grafana
@@ -156,10 +156,10 @@ services:
156156
command: ["sabnzbd"]
157157
environment:
158158
PORT: 9711
159-
URL: $SAB_URL
159+
URL: $SAB_URL
160160
APIKEY: $SAB_API
161161
ports:
162-
- "9711:9711"
162+
- "9711:9711"
163163
restart: unless-stopped
164164
networks:
165165
- grafana
@@ -215,4 +215,4 @@ networks:
215215
grafana:
216216

217217
volumes:
218-
prom_data:
218+
prom_data:

‎docker/jellyfin/docker-compose.yml

+5-4
Original file line numberDiff line numberDiff line change
@@ -57,15 +57,16 @@ services:
5757
- 22000:22000/udp
5858
- 21027:21027/udp
5959
restart: unless-stopped
60-
60+
6161
jellystat-db:
6262
image: postgres:15.2
6363
environment:
6464
POSTGRES_DB: 'jfstat'
6565
POSTGRES_USER: postgres
6666
POSTGRES_PASSWORD: $POSTGRES_PASSWORD
6767
volumes:
68-
- /docker/appdata/jellystat/postgres-data:/var/lib/postgresql/data
68+
- /docker/appdata/jellystat/postgres-data:/var/lib/postgresql/data
69+
6970
jellystat:
7071
image: cyfershepard/jellystat:1.1.1
7172
environment:
@@ -75,7 +76,7 @@ services:
7576
POSTGRES_PORT: 5432
7677
JWT_SECRET: $JWT_SECRET
7778
ports:
78-
- "3000:3000"
79+
- "3000:3000"
7980
volumes:
8081
- /docker/appdata/jellystat/backup-data:/app/backend/backup-data
8182
depends_on:
@@ -88,4 +89,4 @@ volumes:
8889
driver_opts:
8990
type: nfs
9091
o: addr=nas.lan,vers=4,rw
91-
device: ":/mnt/thePool/thePoolShare/Media"
92+
device: ":/mnt/thePool/thePoolShare/Media"

‎docker/npm/docker-compose.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ services:
1111
- /docker/appdata/nginx/data:/data
1212
- /docker/appdata/nginx/letsencrypt:/etc/letsencrypt
1313
restart: unless-stopped
14-
14+
1515
fail2ban:
1616
image: crazymax/fail2ban:1.1.0
1717
container_name: fail2ban_docker-pi
@@ -35,7 +35,7 @@ services:
3535
- SSMTP_PASSWORD=$SSMTP_PASSWORD
3636
- SSMTP_TLS=YES
3737
restart: always
38-
38+
3939
cf-tunnel:
4040
restart: unless-stopped
4141
image: cloudflare/cloudflared@sha256:055932e8581b57a65f08f6232762d000a8ec6e0709fe783b47090490457f9091
@@ -52,4 +52,4 @@ services:
5252
- TWINGATE_LABEL_HOSTNAME=${HOSTNAME}
5353
- TWINGATE_LABEL_DEPLOYED_BY=docker
5454
sysctls:
55-
- net.ipv4.ping_group_range=0 2147483647
55+
- net.ipv4.ping_group_range=0 2147483647

0 commit comments

Comments
 (0)
Please sign in to comment.