Compare commits
No commits in common. "e703498e23cce7cab350d1a813fd04fc1afa0cf2" and "59a90c4ad148f5927949453f28472c7506d4ebdb" have entirely different histories.
e703498e23
...
59a90c4ad1
5 changed files with 6 additions and 6 deletions
|
@ -18,7 +18,7 @@ services:
|
|||
capabilities: [gpu]
|
||||
|
||||
open-webui:
|
||||
image: ghcr.io/open-webui/open-webui:0.3.30
|
||||
image: ghcr.io/open-webui/open-webui:v0.3.28
|
||||
container_name: open-webui
|
||||
restart: unless-stopped
|
||||
networks:
|
||||
|
|
|
@ -133,7 +133,7 @@ services:
|
|||
networks:
|
||||
- gitea_main
|
||||
n8n:
|
||||
image: ghcr.io/n8n-io/n8n:1.61.0
|
||||
image: ghcr.io/n8n-io/n8n:1.60.1
|
||||
container_name: n8n
|
||||
ports:
|
||||
- 5678:5678
|
||||
|
|
|
@ -32,7 +32,7 @@ services:
|
|||
volumes:
|
||||
- redis:/data
|
||||
server:
|
||||
image: ghcr.io/goauthentik/server@sha256:b71e7341f1e4ea482d150cf75c688f59b3bbdaaf1bfb2fae2803d378c618797f
|
||||
image: ghcr.io/goauthentik/server@sha256:71984fdbb7a9414f5172bb446104d3fe4ab1ab412c8b3343bb97b04449dd53eb
|
||||
restart: unless-stopped
|
||||
command: server
|
||||
environment:
|
||||
|
@ -53,7 +53,7 @@ services:
|
|||
- postgresql
|
||||
- redis
|
||||
worker:
|
||||
image: ghcr.io/goauthentik/server@sha256:b71e7341f1e4ea482d150cf75c688f59b3bbdaaf1bfb2fae2803d378c618797f
|
||||
image: ghcr.io/goauthentik/server@sha256:71984fdbb7a9414f5172bb446104d3fe4ab1ab412c8b3343bb97b04449dd53eb
|
||||
restart: unless-stopped
|
||||
command: worker
|
||||
environment:
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
version: '3.9'
|
||||
services:
|
||||
sabnzbd:
|
||||
image: ghcr.io/linuxserver/sabnzbd@sha256:51df466fb66b6a18d89597a3608bb2ab69ff8aff3131b5bec80e4ed7534b2b9f
|
||||
image: ghcr.io/linuxserver/sabnzbd@sha256:374a89d565afda9e90ffb01b1ed032390cf701f24e9c035a842440194fdca1a0
|
||||
container_name: sabnzbd
|
||||
environment:
|
||||
- PUID=1000
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
services:
|
||||
twingate-famous-alligator:
|
||||
image: twingate/connector@sha256:f5aded82f662144c56c87e4238ea4a20abcc525edc5ad7cdecdac187cf274520
|
||||
image: twingate/connector@sha256:30864d606a6a252ac919220ad32b7d9ea6335497e8ce774216b13bf05aabd4bf
|
||||
container_name: twingate-famous-alligator
|
||||
restart: always
|
||||
environment:
|
||||
|
|
Loading…
Reference in a new issue