chore: 本地所有修改同步到GitHub

This commit is contained in:
xiaoY233
2025-07-14 21:10:28 +08:00
parent f9ef774121
commit 0ee7b5c133
3 changed files with 8 additions and 8 deletions
+2 -2
View File
@@ -828,7 +828,7 @@ services:
- ssrf_proxy_network - ssrf_proxy_network
- default - default
worker: worker:
image: langgenius/dify-api:1.1.1 image: langgenius/dify-api:1.6.0
container_name: worker-${CONTAINER_NAME} container_name: worker-${CONTAINER_NAME}
restart: always restart: always
environment: environment:
@@ -1250,7 +1250,7 @@ services:
- ssrf_proxy_network - ssrf_proxy_network
- default - default
web: web:
image: langgenius/dify-web:1.1.1 image: langgenius/dify-web:1.6.0
container_name: ${CONTAINER_NAME} container_name: ${CONTAINER_NAME}
restart: always restart: always
environment: environment:
+1 -1
View File
@@ -23,7 +23,7 @@ services:
createdBy: "Apps" createdBy: "Apps"
postgresql: postgresql:
container_name: postgresql-${CONTAINER_NAME} container_name: postgresql-${CONTAINER_NAME}
image: registry.cn-beijing.aliyuncs.com/dushixiang/postgres:16.4 image: postgres:16.4
networks: networks:
- 1panel-network - 1panel-network
environment: environment:
+5 -5
View File
@@ -33,7 +33,7 @@ services:
networks: networks:
1panel-network: 1panel-network:
ipv4_address: ${SUBNET_PREFIX}.235 ipv4_address: ${SUBNET_PREFIX}.235
image: chaitin/safeline-detector:8.10.1 image: chaitin/safeline-detector:9.0.3
volumes: volumes:
- ${SAFELINE_DIR}/resources/detector:/resources/detector - ${SAFELINE_DIR}/resources/detector:/resources/detector
- ${SAFELINE_DIR}/logs/detector:/logs/detector - ${SAFELINE_DIR}/logs/detector:/logs/detector
@@ -45,7 +45,7 @@ services:
safeline-tengine: safeline-tengine:
container_name: ${CONTAINER_NAME}-tengine container_name: ${CONTAINER_NAME}-tengine
restart: always restart: always
image: chaitin/safeline-tengine:8.10.1 image: chaitin/safeline-tengine:9.0.3
volumes: volumes:
- /etc/localtime:/etc/localtime:ro - /etc/localtime:/etc/localtime:ro
- /etc/resolv.conf:/etc/resolv.conf:ro - /etc/resolv.conf:/etc/resolv.conf:ro
@@ -69,7 +69,7 @@ services:
networks: networks:
1panel-network: 1panel-network:
ipv4_address: ${SUBNET_PREFIX}.237 ipv4_address: ${SUBNET_PREFIX}.237
image: chaitin/safeline-luigi:8.10.1 image: chaitin/safeline-luigi:9.0.3
volumes: volumes:
- /etc/localtime:/etc/localtime:ro - /etc/localtime:/etc/localtime:ro
- ${SAFELINE_DIR}/resources/luigi:/app/data - ${SAFELINE_DIR}/resources/luigi:/app/data
@@ -90,7 +90,7 @@ services:
networks: networks:
1panel-network: 1panel-network:
ipv4_address: ${SUBNET_PREFIX}.238 ipv4_address: ${SUBNET_PREFIX}.238
image: chaitin/safeline-fvm:8.10.1 image: chaitin/safeline-fvm:9.0.3
volumes: volumes:
- /etc/localtime:/etc/localtime:ro - /etc/localtime:/etc/localtime:ro
logging: logging:
@@ -126,7 +126,7 @@ services:
networks: networks:
1panel-network: 1panel-network:
ipv4_address: ${SUBNET_PREFIX}.240 ipv4_address: ${SUBNET_PREFIX}.240
image: chaitin/safeline-chaos:8.10.1 image: chaitin/safeline-chaos:9.0.3
logging: logging:
options: options:
max-size: 100m max-size: 100m