mirror of
https://github.com/okxlin/appstore.git
synced 2025-09-14 13:56:55 +08:00
feat:更新长亭雷池5.0.0
This commit is contained in:
parent
6dd537bac9
commit
31e8ad1488
@ -6,12 +6,14 @@ services:
|
|||||||
networks:
|
networks:
|
||||||
1panel-network:
|
1panel-network:
|
||||||
ipv4_address: ${SUBNET_PREFIX}.234
|
ipv4_address: ${SUBNET_PREFIX}.234
|
||||||
image: chaitin/safeline-mgt:4.4.2
|
image: chaitin/safeline-mgt:5.0.0
|
||||||
volumes:
|
volumes:
|
||||||
- /etc/localtime:/etc/localtime:ro
|
- /etc/localtime:/etc/localtime:ro
|
||||||
- ${SAFELINE_DIR}/resources/mgt:/app/data
|
- ${SAFELINE_DIR}/resources/mgt:/app/data
|
||||||
ports:
|
ports:
|
||||||
- ${PANEL_APP_PORT_HTTP:-9443}:1443
|
- ${PANEL_APP_PORT_HTTP:-9443}:1443
|
||||||
|
healthcheck:
|
||||||
|
test: curl -k -f https://localhost:1443/api/open/health
|
||||||
environment:
|
environment:
|
||||||
- MGT_PG=postgres://safeline-ce:${POSTGRES_PASSWORD}@safeline-pg/safeline-ce?sslmode=disable
|
- MGT_PG=postgres://safeline-ce:${POSTGRES_PASSWORD}@safeline-pg/safeline-ce?sslmode=disable
|
||||||
dns:
|
dns:
|
||||||
@ -37,7 +39,7 @@ services:
|
|||||||
networks:
|
networks:
|
||||||
1panel-network:
|
1panel-network:
|
||||||
ipv4_address: ${SUBNET_PREFIX}.235
|
ipv4_address: ${SUBNET_PREFIX}.235
|
||||||
image: chaitin/safeline-detector:4.4.2
|
image: chaitin/safeline-detector:5.0.0
|
||||||
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
|
||||||
@ -53,7 +55,7 @@ services:
|
|||||||
networks:
|
networks:
|
||||||
1panel-network:
|
1panel-network:
|
||||||
ipv4_address: ${SUBNET_PREFIX}.236
|
ipv4_address: ${SUBNET_PREFIX}.236
|
||||||
image: chaitin/safeline-mario:4.4.2
|
image: chaitin/safeline-mario:5.0.0
|
||||||
volumes:
|
volumes:
|
||||||
- ${SAFELINE_DIR}/resources/mario:/resources/mario
|
- ${SAFELINE_DIR}/resources/mario:/resources/mario
|
||||||
- ${SAFELINE_DIR}/logs/mario:/logs/mario
|
- ${SAFELINE_DIR}/logs/mario:/logs/mario
|
||||||
@ -68,7 +70,7 @@ services:
|
|||||||
safeline-tengine:
|
safeline-tengine:
|
||||||
container_name: ${CONTAINER_NAME}-tengine
|
container_name: ${CONTAINER_NAME}-tengine
|
||||||
restart: always
|
restart: always
|
||||||
image: chaitin/safeline-tengine:4.4.2
|
image: chaitin/safeline-tengine:5.0.0
|
||||||
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
|
||||||
@ -91,7 +93,7 @@ services:
|
|||||||
networks:
|
networks:
|
||||||
1panel-network:
|
1panel-network:
|
||||||
ipv4_address: ${SUBNET_PREFIX}.237
|
ipv4_address: ${SUBNET_PREFIX}.237
|
||||||
image: chaitin/safeline-luigi:4.4.2
|
image: chaitin/safeline-luigi:5.0.0
|
||||||
volumes:
|
volumes:
|
||||||
- /etc/localtime:/etc/localtime:ro
|
- /etc/localtime:/etc/localtime:ro
|
||||||
- ${SAFELINE_DIR}/resources/luigi:/app/data
|
- ${SAFELINE_DIR}/resources/luigi:/app/data
|
||||||
@ -109,7 +111,7 @@ services:
|
|||||||
networks:
|
networks:
|
||||||
1panel-network:
|
1panel-network:
|
||||||
ipv4_address: ${SUBNET_PREFIX}.238
|
ipv4_address: ${SUBNET_PREFIX}.238
|
||||||
image: chaitin/safeline-fvm:4.4.2
|
image: chaitin/safeline-fvm:5.0.0
|
||||||
volumes:
|
volumes:
|
||||||
- /etc/localtime:/etc/localtime:ro
|
- /etc/localtime:/etc/localtime:ro
|
||||||
labels:
|
labels:
|
||||||
@ -121,7 +123,7 @@ services:
|
|||||||
networks:
|
networks:
|
||||||
1panel-network:
|
1panel-network:
|
||||||
ipv4_address: ${SUBNET_PREFIX}.239
|
ipv4_address: ${SUBNET_PREFIX}.239
|
||||||
image: chaitin/safeline-bridge:4.4.2
|
image: chaitin/safeline-bridge:5.0.0
|
||||||
volumes:
|
volumes:
|
||||||
- /etc/localtime:/etc/localtime:ro
|
- /etc/localtime:/etc/localtime:ro
|
||||||
- /var/run:/app/run
|
- /var/run:/app/run
|
@ -12,6 +12,8 @@ services:
|
|||||||
- ${SAFELINE_DIR}/resources/mgt:/app/data
|
- ${SAFELINE_DIR}/resources/mgt:/app/data
|
||||||
ports:
|
ports:
|
||||||
- ${PANEL_APP_PORT_HTTP:-9443}:1443
|
- ${PANEL_APP_PORT_HTTP:-9443}:1443
|
||||||
|
healthcheck:
|
||||||
|
test: curl -k -f https://localhost:1443/api/open/health
|
||||||
environment:
|
environment:
|
||||||
- MGT_PG=postgres://safeline-ce:${POSTGRES_PASSWORD}@safeline-pg/safeline-ce?sslmode=disable
|
- MGT_PG=postgres://safeline-ce:${POSTGRES_PASSWORD}@safeline-pg/safeline-ce?sslmode=disable
|
||||||
dns:
|
dns:
|
||||||
|
@ -7,12 +7,14 @@ services:
|
|||||||
1panel-network:
|
1panel-network:
|
||||||
safeline-ce:
|
safeline-ce:
|
||||||
ipv4_address: ${SUBNET_PREFIX}.4
|
ipv4_address: ${SUBNET_PREFIX}.4
|
||||||
image: chaitin/safeline-mgt:4.4.2
|
image: chaitin/safeline-mgt:5.0.0
|
||||||
volumes:
|
volumes:
|
||||||
- /etc/localtime:/etc/localtime:ro
|
- /etc/localtime:/etc/localtime:ro
|
||||||
- ${SAFELINE_DIR}/resources/mgt:/app/data
|
- ${SAFELINE_DIR}/resources/mgt:/app/data
|
||||||
ports:
|
ports:
|
||||||
- ${PANEL_APP_PORT_HTTP:-9443}:1443
|
- ${PANEL_APP_PORT_HTTP:-9443}:1443
|
||||||
|
healthcheck:
|
||||||
|
test: curl -k -f https://localhost:1443/api/open/health
|
||||||
environment:
|
environment:
|
||||||
- MGT_PG=postgres://safeline-ce:${POSTGRES_PASSWORD}@safeline-pg/safeline-ce?sslmode=disable
|
- MGT_PG=postgres://safeline-ce:${POSTGRES_PASSWORD}@safeline-pg/safeline-ce?sslmode=disable
|
||||||
dns:
|
dns:
|
||||||
@ -39,7 +41,7 @@ services:
|
|||||||
1panel-network:
|
1panel-network:
|
||||||
safeline-ce:
|
safeline-ce:
|
||||||
ipv4_address: ${SUBNET_PREFIX}.5
|
ipv4_address: ${SUBNET_PREFIX}.5
|
||||||
image: chaitin/safeline-detector:4.4.2
|
image: chaitin/safeline-detector:5.0.0
|
||||||
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
|
||||||
@ -56,7 +58,7 @@ services:
|
|||||||
1panel-network:
|
1panel-network:
|
||||||
safeline-ce:
|
safeline-ce:
|
||||||
ipv4_address: ${SUBNET_PREFIX}.6
|
ipv4_address: ${SUBNET_PREFIX}.6
|
||||||
image: chaitin/safeline-mario:4.4.2
|
image: chaitin/safeline-mario:5.0.0
|
||||||
volumes:
|
volumes:
|
||||||
- ${SAFELINE_DIR}/resources/mario:/resources/mario
|
- ${SAFELINE_DIR}/resources/mario:/resources/mario
|
||||||
- ${SAFELINE_DIR}/logs/mario:/logs/mario
|
- ${SAFELINE_DIR}/logs/mario:/logs/mario
|
||||||
@ -71,7 +73,7 @@ services:
|
|||||||
safeline-tengine:
|
safeline-tengine:
|
||||||
container_name: ${CONTAINER_NAME}-tengine
|
container_name: ${CONTAINER_NAME}-tengine
|
||||||
restart: always
|
restart: always
|
||||||
image: chaitin/safeline-tengine:4.4.2
|
image: chaitin/safeline-tengine:5.0.0
|
||||||
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
|
||||||
@ -95,7 +97,7 @@ services:
|
|||||||
1panel-network:
|
1panel-network:
|
||||||
safeline-ce:
|
safeline-ce:
|
||||||
ipv4_address: ${SUBNET_PREFIX}.7
|
ipv4_address: ${SUBNET_PREFIX}.7
|
||||||
image: chaitin/safeline-luigi:4.4.2
|
image: chaitin/safeline-luigi:5.0.0
|
||||||
volumes:
|
volumes:
|
||||||
- /etc/localtime:/etc/localtime:ro
|
- /etc/localtime:/etc/localtime:ro
|
||||||
- ${SAFELINE_DIR}/resources/luigi:/app/data
|
- ${SAFELINE_DIR}/resources/luigi:/app/data
|
||||||
@ -114,7 +116,7 @@ services:
|
|||||||
1panel-network:
|
1panel-network:
|
||||||
safeline-ce:
|
safeline-ce:
|
||||||
ipv4_address: ${SUBNET_PREFIX}.8
|
ipv4_address: ${SUBNET_PREFIX}.8
|
||||||
image: chaitin/safeline-fvm:4.4.2
|
image: chaitin/safeline-fvm:5.0.0
|
||||||
volumes:
|
volumes:
|
||||||
- /etc/localtime:/etc/localtime:ro
|
- /etc/localtime:/etc/localtime:ro
|
||||||
labels:
|
labels:
|
||||||
@ -127,7 +129,7 @@ services:
|
|||||||
1panel-network:
|
1panel-network:
|
||||||
safeline-ce:
|
safeline-ce:
|
||||||
ipv4_address: ${SUBNET_PREFIX}.9
|
ipv4_address: ${SUBNET_PREFIX}.9
|
||||||
image: chaitin/safeline-bridge:4.4.2
|
image: chaitin/safeline-bridge:5.0.0
|
||||||
volumes:
|
volumes:
|
||||||
- /etc/localtime:/etc/localtime:ro
|
- /etc/localtime:/etc/localtime:ro
|
||||||
- /var/run:/app/run
|
- /var/run:/app/run
|
@ -13,6 +13,8 @@ services:
|
|||||||
- ${SAFELINE_DIR}/resources/mgt:/app/data
|
- ${SAFELINE_DIR}/resources/mgt:/app/data
|
||||||
ports:
|
ports:
|
||||||
- ${PANEL_APP_PORT_HTTP:-9443}:1443
|
- ${PANEL_APP_PORT_HTTP:-9443}:1443
|
||||||
|
healthcheck:
|
||||||
|
test: curl -k -f https://localhost:1443/api/open/health
|
||||||
environment:
|
environment:
|
||||||
- MGT_PG=postgres://safeline-ce:${POSTGRES_PASSWORD}@safeline-pg/safeline-ce?sslmode=disable
|
- MGT_PG=postgres://safeline-ce:${POSTGRES_PASSWORD}@safeline-pg/safeline-ce?sslmode=disable
|
||||||
dns:
|
dns:
|
||||||
|
Loading…
Reference in New Issue
Block a user