feat: 7.4.0

This commit is contained in:
xiaobing.wang
2025-01-02 16:26:03 +08:00
parent 53a955b439
commit 49deca7ce5

View File

@@ -47,6 +47,7 @@ services:
- postgres
- fvm
logging:
driver: "json-file"
options:
max-size: "100m"
max-file: "5"
@@ -99,6 +100,7 @@ services:
- /etc/localtime:/etc/localtime:ro
- ${SAFELINE_DIR}/resources/luigi:/app/data
logging:
driver: "json-file"
options:
max-size: "100m"
max-file: "5"
@@ -115,6 +117,7 @@ services:
volumes:
- /etc/localtime:/etc/localtime:ro
logging:
driver: "json-file"
options:
max-size: "100m"
max-file: "5"
@@ -126,6 +129,7 @@ services:
restart: always
image: ${IMAGE_PREFIX}/safeline-chaos${REGION}${ARCH_SUFFIX}${RELEASE}:${IMAGE_TAG}
logging:
driver: "json-file"
options:
max-size: "100m"
max-file: "10"