Skip to content

Commit

Permalink
Merge pull request #21 from screwdriver-cd/log-service
Browse files Browse the repository at this point in the history
feat(1114): Pass in API URI to log-service. BREAKING CHANGE: switching var names
  • Loading branch information
minzcmu authored Jul 23, 2018
2 parents 4fa5e69 + e69f850 commit 968429a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/docker-compose.yml.tim
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@ services:
- "-c"
- |
/opt/sd/launch --api-uri {{api_uri}} --store-uri {{store_uri}} --emitter /opt/sd/emitter {{build_id}} &
/opt/sd/logservice --emitter /opt/sd/emitter --api-uri {{store_uri}} --build {{build_id}} &
/opt/sd/logservice --emitter /opt/sd/emitter --api-uri {{api_uri}} --store-uri {{store_uri}} --build {{build_id}} &
wait $$(jobs -p)

0 comments on commit 968429a

Please sign in to comment.