Loading deploy/.env +1 −0 Original line number Diff line number Diff line IMAGE_NAME=gitlab/gitlab-runner IMAGE_TAG=alpine PLACEMENT_CONSTRAINTS_NODE_HOSTNAME=hostname CONFIG_FILE=/etc/gitlab-runner/config.toml CI_SERVER_URL=https://gitlab.com/ Loading deploy/docker-compose.gitlab-runner-registrar.dev.yml +7 −0 Original line number Diff line number Diff line version: '3.5' services: gitlab-runner-registrar: deploy: placement: constraints: - node.hostname == ${PLACEMENT_CONSTRAINTS_NODE_HOSTNAME} volumes: config-vol: name: ${CONFIG_VOL_NAME} Loading deploy/docker-compose.gitlab-runner.dev.yml +7 −0 Original line number Diff line number Diff line version: '3.5' services: gitlab-runner: deploy: placement: constraints: - node.hostname == ${PLACEMENT_CONSTRAINTS_NODE_HOSTNAME} volumes: config-vol: name: ${CONFIG_VOL_NAME} Loading Loading
deploy/.env +1 −0 Original line number Diff line number Diff line IMAGE_NAME=gitlab/gitlab-runner IMAGE_TAG=alpine PLACEMENT_CONSTRAINTS_NODE_HOSTNAME=hostname CONFIG_FILE=/etc/gitlab-runner/config.toml CI_SERVER_URL=https://gitlab.com/ Loading
deploy/docker-compose.gitlab-runner-registrar.dev.yml +7 −0 Original line number Diff line number Diff line version: '3.5' services: gitlab-runner-registrar: deploy: placement: constraints: - node.hostname == ${PLACEMENT_CONSTRAINTS_NODE_HOSTNAME} volumes: config-vol: name: ${CONFIG_VOL_NAME} Loading
deploy/docker-compose.gitlab-runner.dev.yml +7 −0 Original line number Diff line number Diff line version: '3.5' services: gitlab-runner: deploy: placement: constraints: - node.hostname == ${PLACEMENT_CONSTRAINTS_NODE_HOSTNAME} volumes: config-vol: name: ${CONFIG_VOL_NAME} Loading