|
@@ -14,7 +14,7 @@ services:
|
|
postgres:
|
|
postgres:
|
|
container_name: safeline-pg
|
|
container_name: safeline-pg
|
|
restart: always
|
|
restart: always
|
|
- image: ${IMAGE_PREFIX}/safeline-postgres:15.2
|
|
|
|
|
|
+ image: ${IMAGE_PREFIX}/safeline-postgres${ARCH_SUFFIX}:15.2
|
|
volumes:
|
|
volumes:
|
|
- ${SAFELINE_DIR}/resources/postgres/data:/var/lib/postgresql/data
|
|
- ${SAFELINE_DIR}/resources/postgres/data:/var/lib/postgresql/data
|
|
- /etc/localtime:/etc/localtime:ro
|
|
- /etc/localtime:/etc/localtime:ro
|
|
@@ -30,7 +30,7 @@ services:
|
|
mgt:
|
|
mgt:
|
|
container_name: safeline-mgt
|
|
container_name: safeline-mgt
|
|
restart: always
|
|
restart: always
|
|
- image: ${IMAGE_PREFIX}/safeline-mgt-g:${IMAGE_TAG:?image tag required}
|
|
|
|
|
|
+ image: ${IMAGE_PREFIX}/safeline-mgt-g${ARCH_SUFFIX}:${IMAGE_TAG:?image tag required}
|
|
volumes:
|
|
volumes:
|
|
- /etc/localtime:/etc/localtime:ro
|
|
- /etc/localtime:/etc/localtime:ro
|
|
- ${SAFELINE_DIR}/resources/mgt:/app/data
|
|
- ${SAFELINE_DIR}/resources/mgt:/app/data
|
|
@@ -56,7 +56,7 @@ services:
|
|
detect:
|
|
detect:
|
|
container_name: safeline-detector
|
|
container_name: safeline-detector
|
|
restart: always
|
|
restart: always
|
|
- image: ${IMAGE_PREFIX}/safeline-detector-g:${IMAGE_TAG}
|
|
|
|
|
|
+ image: ${IMAGE_PREFIX}/safeline-detector-g${ARCH_SUFFIX}:${IMAGE_TAG}
|
|
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
|
|
@@ -69,7 +69,7 @@ services:
|
|
tengine:
|
|
tengine:
|
|
container_name: safeline-tengine
|
|
container_name: safeline-tengine
|
|
restart: always
|
|
restart: always
|
|
- image: ${IMAGE_PREFIX}/safeline-tengine-g:${IMAGE_TAG}
|
|
|
|
|
|
+ image: ${IMAGE_PREFIX}/safeline-tengine-g${ARCH_SUFFIX}:${IMAGE_TAG}
|
|
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
|
|
@@ -89,7 +89,7 @@ services:
|
|
luigi:
|
|
luigi:
|
|
container_name: safeline-luigi
|
|
container_name: safeline-luigi
|
|
restart: always
|
|
restart: always
|
|
- image: ${IMAGE_PREFIX}/safeline-luigi-g:${IMAGE_TAG}
|
|
|
|
|
|
+ image: ${IMAGE_PREFIX}/safeline-luigi-g${ARCH_SUFFIX}:${IMAGE_TAG}
|
|
environment:
|
|
environment:
|
|
- MGT_IP=${SUBNET_PREFIX}.4
|
|
- MGT_IP=${SUBNET_PREFIX}.4
|
|
- LUIGI_PG=postgres://safeline-ce:${POSTGRES_PASSWORD}@safeline-pg/safeline-ce?sslmode=disable
|
|
- LUIGI_PG=postgres://safeline-ce:${POSTGRES_PASSWORD}@safeline-pg/safeline-ce?sslmode=disable
|
|
@@ -109,7 +109,7 @@ services:
|
|
fvm:
|
|
fvm:
|
|
container_name: safeline-fvm
|
|
container_name: safeline-fvm
|
|
restart: always
|
|
restart: always
|
|
- image: ${IMAGE_PREFIX}/safeline-fvm-g:${IMAGE_TAG}
|
|
|
|
|
|
+ image: ${IMAGE_PREFIX}/safeline-fvm-g${ARCH_SUFFIX}:${IMAGE_TAG}
|
|
volumes:
|
|
volumes:
|
|
- /etc/localtime:/etc/localtime:ro
|
|
- /etc/localtime:/etc/localtime:ro
|
|
logging:
|
|
logging:
|
|
@@ -122,7 +122,7 @@ services:
|
|
chaos:
|
|
chaos:
|
|
container_name: safeline-chaos
|
|
container_name: safeline-chaos
|
|
restart: always
|
|
restart: always
|
|
- image: ${IMAGE_PREFIX}/safeline-chaos-g:${IMAGE_TAG}
|
|
|
|
|
|
+ image: ${IMAGE_PREFIX}/safeline-chaos-g${ARCH_SUFFIX}:${IMAGE_TAG}
|
|
logging:
|
|
logging:
|
|
options:
|
|
options:
|
|
max-size: "100m"
|
|
max-size: "100m"
|