Compare commits
No commits in common. "4aa8b5d1baa6c1de8122de261e2802c2d68b5ce0" and "b27167817b015d4730cdba93ec385115ddc70ef5" have entirely different histories.
4aa8b5d1ba
...
b27167817b
2 changed files with 3 additions and 3 deletions
|
@ -18,7 +18,7 @@ services:
|
||||||
capabilities: [gpu]
|
capabilities: [gpu]
|
||||||
|
|
||||||
open-webui:
|
open-webui:
|
||||||
image: ghcr.io/open-webui/open-webui:v0.3.3
|
image: ghcr.io/open-webui/open-webui:0.3.2
|
||||||
container_name: open-webui
|
container_name: open-webui
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
ports:
|
ports:
|
||||||
|
|
|
@ -78,7 +78,7 @@ services:
|
||||||
- gitea_main
|
- gitea_main
|
||||||
|
|
||||||
jellyseerr:
|
jellyseerr:
|
||||||
image: docker.mafyuh.xyz/fallenbagel/jellyseerr:1.9.1
|
image: docker.mafyuh.xyz/fallenbagel/jellyseerr:1.9.0
|
||||||
container_name: jellyseerr
|
container_name: jellyseerr
|
||||||
ports:
|
ports:
|
||||||
- 5055:5055
|
- 5055:5055
|
||||||
|
@ -107,7 +107,7 @@ services:
|
||||||
networks:
|
networks:
|
||||||
- gitea_main
|
- gitea_main
|
||||||
n8n:
|
n8n:
|
||||||
image: ghcr.io/n8n-io/n8n:1.46.0
|
image: ghcr.io/n8n-io/n8n:1.45.0
|
||||||
container_name: n8n
|
container_name: n8n
|
||||||
ports:
|
ports:
|
||||||
- 5678:5678
|
- 5678:5678
|
||||||
|
|
Reference in a new issue