From c6f5467000766d194abc8f82c245a96bf02dec1b Mon Sep 17 00:00:00 2001 From: "xiaobing.wang" Date: Fri, 27 Sep 2024 14:38:47 +0800 Subject: [PATCH] feat: 6.10.2 --- compose.yaml | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/compose.yaml b/compose.yaml index c7e5b11..9276e2b 100644 --- a/compose.yaml +++ b/compose.yaml @@ -65,25 +65,6 @@ services: networks: safeline-ce: ipv4_address: ${SUBNET_PREFIX}.5 - mario: - container_name: safeline-mario - restart: always - image: ${IMAGE_PREFIX}/safeline-mario-g:${IMAGE_TAG} - volumes: - - ${SAFELINE_DIR}/resources/mario:/resources/mario - - ${SAFELINE_DIR}/logs/mario:/logs/mario - - /etc/localtime:/etc/localtime:ro - environment: - - LOG_DIR=/logs/mario - - GOGC=100 - - DATABASE_URL=postgres://safeline-ce:${POSTGRES_PASSWORD}@safeline-pg/safeline-ce - logging: - options: - max-size: "100m" - max-file: "5" - networks: - safeline-ce: - ipv4_address: ${SUBNET_PREFIX}.6 tengine: container_name: safeline-tengine restart: always