Skip to content
This repository has been archived by the owner on Apr 27, 2020. It is now read-only.

Commit

Permalink
Updates for 1.4.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
milutz committed Aug 9, 2018
1 parent 33deb86 commit d0537e7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3.0'

services:
conveyor-node:
image: samtecspg/conveyor-node:repo-head
image: samtecspg/conveyor-node:1.4.0
ports:
- '0.0.0.0:4000:4000'
- '0.0.0.0:1880:1880'
Expand Down Expand Up @@ -31,7 +31,7 @@ services:
timeout: 10s
retries: 3
conveyorized-kibana:
image: samtecspg/conveyorized-kibana:repo-head
image: samtecspg/conveyorized-kibana:1.4.0
ports: ['5601:5601']
networks:
conveyor-net:
Expand All @@ -48,7 +48,7 @@ services:
timeout: 10s
retries: 3
channel-load:
image: samtecspg/conveyor-channel-init:repo-head
image: samtecspg/conveyor-channel-init:1.4.0
networks: ['conveyor-net']
depends_on:
- elasticsearch
Expand Down

0 comments on commit d0537e7

Please sign in to comment.