Loading .gitlab-ci.yml +7 −2 Original line number Diff line number Diff line Loading @@ -6,7 +6,12 @@ include: stages: - deploy variables: PROJECT_PARENT_NAME: storage .deploy: variables: STACK: storage SERVICES_TO_CHECK: storage_${CI_PROJECT_NAME} STACK: ${PROJECT_PARENT_NAME} SERVICES_TO_CHECK: ${PROJECT_PARENT_NAME}_${CI_PROJECT_NAME} environment: url: https://${CI_PROJECT_NAME}.${PUBLIC_HOSTNAME} deploy/docker-compose.dev.yml +7 −0 Original line number Diff line number Diff line version: '3.5' services: minio: deploy: placement: constraints: - node.hostname == ${PLACEMENT_CONSTRAINTS_NODE_HOSTNAME:-hostname} volumes: data-vol: name: ${DATA_VOL_NAME:-minio-data-vol} Loading
.gitlab-ci.yml +7 −2 Original line number Diff line number Diff line Loading @@ -6,7 +6,12 @@ include: stages: - deploy variables: PROJECT_PARENT_NAME: storage .deploy: variables: STACK: storage SERVICES_TO_CHECK: storage_${CI_PROJECT_NAME} STACK: ${PROJECT_PARENT_NAME} SERVICES_TO_CHECK: ${PROJECT_PARENT_NAME}_${CI_PROJECT_NAME} environment: url: https://${CI_PROJECT_NAME}.${PUBLIC_HOSTNAME}
deploy/docker-compose.dev.yml +7 −0 Original line number Diff line number Diff line version: '3.5' services: minio: deploy: placement: constraints: - node.hostname == ${PLACEMENT_CONSTRAINTS_NODE_HOSTNAME:-hostname} volumes: data-vol: name: ${DATA_VOL_NAME:-minio-data-vol}