Fix error or docker-compose

This commit is contained in:
disaster37 2017-04-01 06:38:32 +00:00
parent 6fd9b319c4
commit c3fb2a1e01
3 changed files with 3 additions and 3 deletions

View File

@ -62,8 +62,8 @@ services:
environment:
- GOCD_CONFIG_memory="${GOCD_AGENT_MEMORY}"
- GOCD_CONFIG_agent_key="${GOCD_AGENT_KEY}"
- GOCD_CONFIG_agent_resource_docker= "${GOCD_AGENT_RESOURCE}"
- DOCKER_HOST: tcp://docker-engine:2375
- GOCD_CONFIG_agent_resource_docker="${GOCD_AGENT_RESOURCE}"
- DOCKER_HOST="tcp://docker-engine:2375"
labels:
io.rancher.scheduler.affinity:container_label_soft_ne: io.rancher.stack_service.name=$${stack_name}/$${service_name}
io.rancher.container.hostname_override: container_name

View File

@ -2,6 +2,7 @@ version: '2'
catalog:
name: GoCD
version: 17.3.0-rancher1
minimum_rancher_version: v1.5.0
questions:
- variable: "DEPLOY_SERVER"
description: "Deploy GoCD server"

View File

@ -4,6 +4,5 @@ description: |
version: 17.3.0-rancher1
category: Continuous Integration
maintainer: "Sebastien Langoureaux <linuxworkgroup@gmail.com>"
minimum_rancher_version: v1.5.0
license: Apache License
projectURL: https://www.gocd.io/