mirror of
https://github.com/okxlin/appstore.git
synced 2025-07-14 05:12:19 +08:00
feat:更新长亭雷池3.13.1
This commit is contained in:
parent
4cf6e94232
commit
a9b2f72221
@ -6,7 +6,7 @@ services:
|
||||
networks:
|
||||
1panel-network:
|
||||
ipv4_address: ${SUBNET_PREFIX}.234
|
||||
image: chaitin/safeline-mgt-api:3.12.2
|
||||
image: chaitin/safeline-mgt-api:3.13.1
|
||||
volumes:
|
||||
- ${SAFELINE_DIR}/resources/management:/resources/management
|
||||
- ${SAFELINE_DIR}/resources/nginx:/resources/nginx
|
||||
@ -19,7 +19,7 @@ services:
|
||||
- NGINX_RESOURCES_DIR=/resources/nginx
|
||||
- DATABASE_URL=postgres://safeline-ce:${POSTGRES_PASSWORD}@safeline-postgres/safeline-ce
|
||||
- MARIO_URL=http://safeline-mario:3335
|
||||
- DETECTOR_URL=http://safeline-detector:8001
|
||||
- FVM_MANAGER_URL=safeline-fvm-manager:9004
|
||||
- REDIS_URL=redis://:${PANEL_REDIS_ROOT_PASSWORD}@${REDIS_HOST}:${REDIS_PORT}/0
|
||||
- MANAGEMENT_LOGS_DIR=/logs/management
|
||||
dns:
|
||||
@ -40,7 +40,7 @@ services:
|
||||
networks:
|
||||
1panel-network:
|
||||
ipv4_address: ${SUBNET_PREFIX}.235
|
||||
image: chaitin/safeline-detector:3.12.2
|
||||
image: chaitin/safeline-detector:3.13.1
|
||||
volumes:
|
||||
- ${SAFELINE_DIR}/resources/detector:/resources/detector
|
||||
- ${SAFELINE_DIR}/logs/detector:/logs/detector
|
||||
@ -60,7 +60,7 @@ services:
|
||||
networks:
|
||||
1panel-network:
|
||||
ipv4_address: ${SUBNET_PREFIX}.236
|
||||
image: chaitin/safeline-mario:3.12.2
|
||||
image: chaitin/safeline-mario:3.13.1
|
||||
volumes:
|
||||
- ${SAFELINE_DIR}/resources/mario:/resources/mario
|
||||
- ${SAFELINE_DIR}/logs/mario:/logs/mario
|
||||
@ -78,7 +78,7 @@ services:
|
||||
safeline-tengine:
|
||||
container_name: ${CONTAINER_NAME}-tengine
|
||||
restart: always
|
||||
image: chaitin/safeline-tengine:3.12.2
|
||||
image: chaitin/safeline-tengine:3.13.1
|
||||
volumes:
|
||||
- ${SAFELINE_DIR}/resources/nginx:/etc/nginx
|
||||
- ${SAFELINE_DIR}/resources/management:/resources/management
|
||||
@ -96,6 +96,24 @@ services:
|
||||
labels:
|
||||
createdBy: Apps
|
||||
|
||||
fvm-manager:
|
||||
container_name: ${CONTAINER_NAME}-fvm-manager
|
||||
restart: always
|
||||
networks:
|
||||
1panel-network:
|
||||
ipv4_address: ${SUBNET_PREFIX}.238
|
||||
image: chaitin/safeline-fvm-manager:3.13.1
|
||||
volumes:
|
||||
- /etc/localtime:/etc/localtime:ro
|
||||
- ${SAFELINE_DIR}/logs:/logs
|
||||
environment:
|
||||
- FVM_LOGS_DIR=/logs/management
|
||||
- DETECTOR_URL=http://safeline-detector:8001
|
||||
cap_drop:
|
||||
- net_raw
|
||||
labels:
|
||||
createdBy: Apps
|
||||
|
||||
safeline-postgres:
|
||||
container_name: ${CONTAINER_NAME}-postgres
|
||||
restart: always
|
@ -19,7 +19,7 @@ services:
|
||||
- NGINX_RESOURCES_DIR=/resources/nginx
|
||||
- DATABASE_URL=postgres://safeline-ce:${POSTGRES_PASSWORD}@safeline-postgres/safeline-ce
|
||||
- MARIO_URL=http://safeline-mario:3335
|
||||
- DETECTOR_URL=http://safeline-detector:8001
|
||||
- FVM_MANAGER_URL=safeline-fvm-manager:9004
|
||||
- REDIS_URL=redis://:${PANEL_REDIS_ROOT_PASSWORD}@${REDIS_HOST}:${REDIS_PORT}/0
|
||||
- MANAGEMENT_LOGS_DIR=/logs/management
|
||||
dns:
|
||||
@ -96,6 +96,24 @@ services:
|
||||
labels:
|
||||
createdBy: Apps
|
||||
|
||||
fvm-manager:
|
||||
container_name: ${CONTAINER_NAME}-fvm-manager
|
||||
restart: always
|
||||
networks:
|
||||
1panel-network:
|
||||
ipv4_address: ${SUBNET_PREFIX}.238
|
||||
image: chaitin/safeline-fvm-manager:latest
|
||||
volumes:
|
||||
- /etc/localtime:/etc/localtime:ro
|
||||
- ${SAFELINE_DIR}/logs:/logs
|
||||
environment:
|
||||
- FVM_LOGS_DIR=/logs/management
|
||||
- DETECTOR_URL=http://safeline-detector:8001
|
||||
cap_drop:
|
||||
- net_raw
|
||||
labels:
|
||||
createdBy: Apps
|
||||
|
||||
safeline-postgres:
|
||||
container_name: ${CONTAINER_NAME}-postgres
|
||||
restart: always
|
||||
@ -121,7 +139,7 @@ services:
|
||||
networks:
|
||||
1panel-network:
|
||||
ipv4_address: ${SUBNET_PREFIX}.233
|
||||
image: redis:7.2.2
|
||||
image: redis:7.2.3
|
||||
volumes:
|
||||
- ${SAFELINE_DIR}/resources/redis/data:/data
|
||||
- /etc/localtime:/etc/localtime:ro
|
||||
|
@ -7,7 +7,7 @@ services:
|
||||
1panel-network:
|
||||
safeline-ce:
|
||||
ipv4_address: ${SUBNET_PREFIX}.4
|
||||
image: chaitin/safeline-mgt-api:3.12.2
|
||||
image: chaitin/safeline-mgt-api:3.13.1
|
||||
volumes:
|
||||
- ${SAFELINE_DIR}/resources/management:/resources/management
|
||||
- ${SAFELINE_DIR}/resources/nginx:/resources/nginx
|
||||
@ -20,7 +20,7 @@ services:
|
||||
- NGINX_RESOURCES_DIR=/resources/nginx
|
||||
- DATABASE_URL=postgres://safeline-ce:${POSTGRES_PASSWORD}@safeline-postgres/safeline-ce
|
||||
- MARIO_URL=http://safeline-mario:3335
|
||||
- DETECTOR_URL=http://safeline-detector:8001
|
||||
- FVM_MANAGER_URL=safeline-fvm-manager:9004
|
||||
- REDIS_URL=redis://:${PANEL_REDIS_ROOT_PASSWORD}@${REDIS_HOST}:${REDIS_PORT}/0
|
||||
- MANAGEMENT_LOGS_DIR=/logs/management
|
||||
dns:
|
||||
@ -42,7 +42,7 @@ services:
|
||||
1panel-network:
|
||||
safeline-ce:
|
||||
ipv4_address: ${SUBNET_PREFIX}.5
|
||||
image: chaitin/safeline-detector:3.12.2
|
||||
image: chaitin/safeline-detector:3.13.1
|
||||
volumes:
|
||||
- ${SAFELINE_DIR}/resources/detector:/resources/detector
|
||||
- ${SAFELINE_DIR}/logs/detector:/logs/detector
|
||||
@ -61,7 +61,7 @@ services:
|
||||
1panel-network:
|
||||
safeline-ce:
|
||||
ipv4_address: ${SUBNET_PREFIX}.6
|
||||
image: chaitin/safeline-mario:3.12.2
|
||||
image: chaitin/safeline-mario:3.13.1
|
||||
volumes:
|
||||
- ${SAFELINE_DIR}/resources/mario:/resources/mario
|
||||
- ${SAFELINE_DIR}/logs/mario:/logs/mario
|
||||
@ -79,7 +79,7 @@ services:
|
||||
safeline-tengine:
|
||||
container_name: ${CONTAINER_NAME}-tengine
|
||||
restart: always
|
||||
image: chaitin/safeline-tengine:3.12.2
|
||||
image: chaitin/safeline-tengine:3.13.1
|
||||
volumes:
|
||||
- ${SAFELINE_DIR}/resources/nginx:/etc/nginx
|
||||
- ${SAFELINE_DIR}/resources/management:/resources/management
|
||||
@ -97,6 +97,25 @@ services:
|
||||
labels:
|
||||
createdBy: Apps
|
||||
|
||||
fvm-manager:
|
||||
container_name: ${CONTAINER_NAME}-fvm-manager
|
||||
restart: always
|
||||
networks:
|
||||
1panel-network:
|
||||
safeline-ce:
|
||||
ipv4_address: ${SUBNET_PREFIX}.8
|
||||
image: chaitin/safeline-fvm-manager:3.13.1
|
||||
volumes:
|
||||
- /etc/localtime:/etc/localtime:ro
|
||||
- ${SAFELINE_DIR}/logs:/logs
|
||||
environment:
|
||||
- FVM_LOGS_DIR=/logs/management
|
||||
- DETECTOR_URL=http://safeline-detector:8001
|
||||
cap_drop:
|
||||
- net_raw
|
||||
labels:
|
||||
createdBy: Apps
|
||||
|
||||
safeline-postgres:
|
||||
container_name: ${CONTAINER_NAME}-postgres
|
||||
restart: always
|
@ -20,7 +20,7 @@ services:
|
||||
- NGINX_RESOURCES_DIR=/resources/nginx
|
||||
- DATABASE_URL=postgres://safeline-ce:${POSTGRES_PASSWORD}@safeline-postgres/safeline-ce
|
||||
- MARIO_URL=http://safeline-mario:3335
|
||||
- DETECTOR_URL=http://safeline-detector:8001
|
||||
- FVM_MANAGER_URL=safeline-fvm-manager:9004
|
||||
- REDIS_URL=redis://:${PANEL_REDIS_ROOT_PASSWORD}@${REDIS_HOST}:${REDIS_PORT}/0
|
||||
- MANAGEMENT_LOGS_DIR=/logs/management
|
||||
dns:
|
||||
@ -97,6 +97,25 @@ services:
|
||||
labels:
|
||||
createdBy: Apps
|
||||
|
||||
fvm-manager:
|
||||
container_name: ${CONTAINER_NAME}-fvm-manager
|
||||
restart: always
|
||||
networks:
|
||||
1panel-network:
|
||||
safeline-ce:
|
||||
ipv4_address: ${SUBNET_PREFIX}.8
|
||||
image: chaitin/safeline-fvm-manager:latest
|
||||
volumes:
|
||||
- /etc/localtime:/etc/localtime:ro
|
||||
- ${SAFELINE_DIR}/logs:/logs
|
||||
environment:
|
||||
- FVM_LOGS_DIR=/logs/management
|
||||
- DETECTOR_URL=http://safeline-detector:8001
|
||||
cap_drop:
|
||||
- net_raw
|
||||
labels:
|
||||
createdBy: Apps
|
||||
|
||||
safeline-postgres:
|
||||
container_name: ${CONTAINER_NAME}-postgres
|
||||
restart: always
|
||||
@ -124,7 +143,7 @@ services:
|
||||
1panel-network:
|
||||
safeline-ce:
|
||||
ipv4_address: ${SUBNET_PREFIX}.3
|
||||
image: redis:7.2.2
|
||||
image: redis:7.2.3
|
||||
volumes:
|
||||
- ${SAFELINE_DIR}/resources/redis/data:/data
|
||||
- /etc/localtime:/etc/localtime:ro
|
||||
|
Loading…
Reference in New Issue
Block a user