Compare commits
9 commits
a470e1c638
...
a1ac27b6a5
Author | SHA1 | Date | |
---|---|---|---|
a1ac27b6a5 | |||
5d320c4b0e | |||
1391cfe3b6 | |||
dd1fd0c75b | |||
f568a9c965 | |||
d49303e815 | |||
8099cda83b | |||
cc1f187df3 | |||
cb5a5a87a0 |
2 changed files with 3 additions and 3 deletions
|
@ -18,7 +18,7 @@ services:
|
|||
capabilities: [gpu]
|
||||
|
||||
open-webui:
|
||||
image: ghcr.io/open-webui/open-webui:v0.3.11
|
||||
image: ghcr.io/open-webui/open-webui:v0.3.12
|
||||
container_name: open-webui
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
|
@ -29,7 +29,7 @@ services:
|
|||
- host.docker.internal:host-gateway
|
||||
|
||||
mindsdb:
|
||||
image: mindsdb/mindsdb:v24.8.1.0
|
||||
image: mindsdb/mindsdb:v24.8.1.1
|
||||
container_name: mindsdb
|
||||
ports:
|
||||
- 47334:47334
|
||||
|
|
|
@ -107,7 +107,7 @@ services:
|
|||
networks:
|
||||
- gitea_main
|
||||
n8n:
|
||||
image: ghcr.io/n8n-io/n8n:1.53.1
|
||||
image: ghcr.io/n8n-io/n8n:1.54.0
|
||||
container_name: n8n
|
||||
ports:
|
||||
- 5678:5678
|
||||
|
|
Loading…
Reference in a new issue