Skip to content

Commit

Permalink
Removing container-name for consumer producer and watchdog, because t…
Browse files Browse the repository at this point in the history
…hey don't need to be fixed and then we can use docker-compose scale to start more than one instance
  • Loading branch information
clive-jevons committed Jun 26, 2016
1 parent a65266a commit 13ad71f
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 12 deletions.
3 changes: 0 additions & 3 deletions groovy/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,9 @@ services:

consumer:
image: 'groovy-consumer'
container_name: 'groovy-consumer'

producer:
image: 'producer'
container_name: 'producer'

watchdog:
image: 'watchdog'
container_name: 'watchdog'
3 changes: 0 additions & 3 deletions payara-micro/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,9 @@ services:

consumer:
image: 'payara-micro-consumer'
container_name: 'payara-micro-consumer'

producer:
image: 'producer'
container_name: 'producer'

watchdog:
image: 'watchdog'
container_name: 'watchdog'
3 changes: 0 additions & 3 deletions python/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,9 @@ services:

consumer:
image: 'python-consumer'
container_name: 'python-consumer'

producer:
image: 'producer'
container_name: 'producer'

watchdog:
image: 'watchdog'
container_name: 'watchdog'
3 changes: 0 additions & 3 deletions spring-boot/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,9 @@ services:

consumer:
image: 'spring-boot-consumer'
container_name: 'spring-boot-consumer'

producer:
image: 'producer'
container_name: 'producer'

watchdog:
image: 'watchdog'
container_name: 'watchdog'

0 comments on commit 13ad71f

Please sign in to comment.