diff --git a/compose.yaml b/compose.yaml index d0b0788f..6093b6c5 100644 --- a/compose.yaml +++ b/compose.yaml @@ -108,6 +108,7 @@ services: image: ${IMAGE_PREFIX}/safeline-luigi-g:${IMAGE_TAG} environment: - MGT_IP=${SUBNET_PREFIX}.4 + - LUIGI_PG=postgres://safeline-ce:${POSTGRES_PASSWORD}@safeline-pg/safeline-ce?sslmode=disable volumes: - /etc/localtime:/etc/localtime:ro - ${SAFELINE_DIR}/resources/luigi:/app/data