mirror of
https://github.com/Febbweiss/gocd-docker.git
synced 2026-03-04 22:25:42 +00:00
Fix: right configuration for agents
This commit is contained in:
@@ -17,7 +17,7 @@ gocd-agent:
|
|||||||
- GO_SERVER=gocd-server
|
- GO_SERVER=gocd-server
|
||||||
- GO_SERVER_PORT=8153
|
- GO_SERVER_PORT=8153
|
||||||
gocd-agent-jdk8:
|
gocd-agent-jdk8:
|
||||||
build: gocd-agent/.
|
build: gocd-agent-jdk8/.
|
||||||
links:
|
links:
|
||||||
- gocd-server
|
- gocd-server
|
||||||
environment:
|
environment:
|
||||||
@@ -26,7 +26,7 @@ gocd-agent-jdk8:
|
|||||||
- GO_SERVER=gocd-server
|
- GO_SERVER=gocd-server
|
||||||
- GO_SERVER_PORT=8153
|
- GO_SERVER_PORT=8153
|
||||||
gocd-agent-nodejs:
|
gocd-agent-nodejs:
|
||||||
build: gocd-agent/.
|
build: gocd-agent-nodejs/.
|
||||||
links:
|
links:
|
||||||
- gocd-server
|
- gocd-server
|
||||||
environment:
|
environment:
|
||||||
@@ -35,7 +35,7 @@ gocd-agent-nodejs:
|
|||||||
- GO_SERVER=gocd-server
|
- GO_SERVER=gocd-server
|
||||||
- GO_SERVER_PORT=8153
|
- GO_SERVER_PORT=8153
|
||||||
gocd-agent-cloudfoundry:
|
gocd-agent-cloudfoundry:
|
||||||
build: gocd-agent/.
|
build: gocd-agent-cloudfoundry/.
|
||||||
links:
|
links:
|
||||||
- gocd-server
|
- gocd-server
|
||||||
environment:
|
environment:
|
||||||
|
|||||||
Reference in New Issue
Block a user