mirror of
https://github.com/arch3rPro/1Panel-Appstore.git
synced 2026-04-15 00:17:12 +08:00
chore: 更新多个应用的docker镜像版本
- 将new-api从v0.10.3升级至v0.10.4 - 将dify的api和web组件从1.11.1升级至1.11.2 - 将safeline的多个组件从9.2.9升级至9.3.0
This commit is contained in:
@@ -1041,7 +1041,7 @@ services:
|
||||
- ssrf_proxy_network
|
||||
- default
|
||||
worker:
|
||||
image: langgenius/dify-api:1.11.1
|
||||
image: langgenius/dify-api:1.11.2
|
||||
env_file:
|
||||
- dify.env
|
||||
restart: always
|
||||
@@ -1570,7 +1570,7 @@ services:
|
||||
- ssrf_proxy_network
|
||||
- default
|
||||
web:
|
||||
image: langgenius/dify-web:1.11.1
|
||||
image: langgenius/dify-web:1.11.2
|
||||
container_name: ${CONTAINER_NAME}
|
||||
env_file:
|
||||
- dify.env
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
services:
|
||||
new-api:
|
||||
image: calciumion/new-api:v0.10.3
|
||||
image: calciumion/new-api:v0.10.4
|
||||
container_name: ${CONTAINER_NAME}
|
||||
restart: always
|
||||
ports:
|
||||
|
||||
@@ -33,7 +33,7 @@ services:
|
||||
networks:
|
||||
1panel-network:
|
||||
ipv4_address: ${SUBNET_PREFIX}.235
|
||||
image: chaitin/safeline-detector:9.2.9
|
||||
image: chaitin/safeline-detector:9.3.0
|
||||
volumes:
|
||||
- ${SAFELINE_DIR}/resources/detector:/resources/detector
|
||||
- ${SAFELINE_DIR}/logs/detector:/logs/detector
|
||||
@@ -45,7 +45,7 @@ services:
|
||||
safeline-tengine:
|
||||
container_name: ${CONTAINER_NAME}-tengine
|
||||
restart: always
|
||||
image: chaitin/safeline-tengine:9.2.9
|
||||
image: chaitin/safeline-tengine:9.3.0
|
||||
volumes:
|
||||
- /etc/localtime:/etc/localtime:ro
|
||||
- /etc/resolv.conf:/etc/resolv.conf:ro
|
||||
@@ -69,7 +69,7 @@ services:
|
||||
networks:
|
||||
1panel-network:
|
||||
ipv4_address: ${SUBNET_PREFIX}.237
|
||||
image: chaitin/safeline-luigi:9.2.9
|
||||
image: chaitin/safeline-luigi:9.3.0
|
||||
volumes:
|
||||
- /etc/localtime:/etc/localtime:ro
|
||||
- ${SAFELINE_DIR}/resources/luigi:/app/data
|
||||
@@ -90,7 +90,7 @@ services:
|
||||
networks:
|
||||
1panel-network:
|
||||
ipv4_address: ${SUBNET_PREFIX}.238
|
||||
image: chaitin/safeline-fvm:9.2.9
|
||||
image: chaitin/safeline-fvm:9.3.0
|
||||
volumes:
|
||||
- /etc/localtime:/etc/localtime:ro
|
||||
logging:
|
||||
@@ -126,7 +126,7 @@ services:
|
||||
networks:
|
||||
1panel-network:
|
||||
ipv4_address: ${SUBNET_PREFIX}.240
|
||||
image: chaitin/safeline-chaos:9.2.9
|
||||
image: chaitin/safeline-chaos:9.3.0
|
||||
logging:
|
||||
options:
|
||||
max-size: 100m
|
||||
|
||||
Reference in New Issue
Block a user