mirror of
https://github.com/arch3rPro/1Panel-Appstore.git
synced 2026-04-16 17:27:11 +08:00
chore: 本地所有修改同步到GitHub
This commit is contained in:
@@ -828,7 +828,7 @@ services:
|
||||
- ssrf_proxy_network
|
||||
- default
|
||||
worker:
|
||||
image: langgenius/dify-api:1.1.1
|
||||
image: langgenius/dify-api:1.6.0
|
||||
container_name: worker-${CONTAINER_NAME}
|
||||
restart: always
|
||||
environment:
|
||||
@@ -1250,7 +1250,7 @@ services:
|
||||
- ssrf_proxy_network
|
||||
- default
|
||||
web:
|
||||
image: langgenius/dify-web:1.1.1
|
||||
image: langgenius/dify-web:1.6.0
|
||||
container_name: ${CONTAINER_NAME}
|
||||
restart: always
|
||||
environment:
|
||||
|
||||
@@ -23,7 +23,7 @@ services:
|
||||
createdBy: "Apps"
|
||||
postgresql:
|
||||
container_name: postgresql-${CONTAINER_NAME}
|
||||
image: registry.cn-beijing.aliyuncs.com/dushixiang/postgres:16.4
|
||||
image: postgres:16.4
|
||||
networks:
|
||||
- 1panel-network
|
||||
environment:
|
||||
|
||||
@@ -33,7 +33,7 @@ services:
|
||||
networks:
|
||||
1panel-network:
|
||||
ipv4_address: ${SUBNET_PREFIX}.235
|
||||
image: chaitin/safeline-detector:8.10.1
|
||||
image: chaitin/safeline-detector:9.0.3
|
||||
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:8.10.1
|
||||
image: chaitin/safeline-tengine:9.0.3
|
||||
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:8.10.1
|
||||
image: chaitin/safeline-luigi:9.0.3
|
||||
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:8.10.1
|
||||
image: chaitin/safeline-fvm:9.0.3
|
||||
volumes:
|
||||
- /etc/localtime:/etc/localtime:ro
|
||||
logging:
|
||||
@@ -126,7 +126,7 @@ services:
|
||||
networks:
|
||||
1panel-network:
|
||||
ipv4_address: ${SUBNET_PREFIX}.240
|
||||
image: chaitin/safeline-chaos:8.10.1
|
||||
image: chaitin/safeline-chaos:9.0.3
|
||||
logging:
|
||||
options:
|
||||
max-size: 100m
|
||||
|
||||
Reference in New Issue
Block a user