Skip to content

Commit

Permalink
updated docker-compose for master [skip ci]
Browse files Browse the repository at this point in the history
should be tied to the master image for this branch
  • Loading branch information
stuzart committed May 15, 2018
1 parent b6272f3 commit 27d10a0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions docker-compose-openseek.yml
Expand Up @@ -11,7 +11,7 @@ services:

seek: # The SEEK application
#build: .
image: fairdom/seek:1.5
image: fairdom/seek:master
container_name: seek
command: docker/entrypoint.sh
restart: always
Expand All @@ -37,7 +37,7 @@ services:

seek_workers: # The SEEK delayed job workers
#build: .
image: fairdom/seek:1.5
image: fairdom/seek:master
container_name: seek-workers
command: docker/start_workers.sh
restart: always
Expand Down
4 changes: 2 additions & 2 deletions docker-compose-virtuoso.yml
Expand Up @@ -12,7 +12,7 @@ services:

seek: # The SEEK application
#build: .
image: fairdom/seek:1.5
image: fairdom/seek:master
container_name: seek
command: docker/entrypoint.sh
restart: always
Expand All @@ -38,7 +38,7 @@ services:

seek_workers: # The SEEK delayed job workers
#build: .
image: fairdom/seek:1.5
image: fairdom/seek:master
container_name: seek-workers
command: docker/start_workers.sh
restart: always
Expand Down
4 changes: 2 additions & 2 deletions docker-compose.yml
Expand Up @@ -12,7 +12,7 @@ services:

seek: # The SEEK application
#build: .
image: fairdom/seek:1.6-pre
image: fairdom/seek:master
container_name: seek
command: docker/entrypoint.sh
restart: always
Expand All @@ -36,7 +36,7 @@ services:

seek_workers: # The SEEK delayed job workers
#build: .
image: fairdom/seek:1.6-pre
image: fairdom/seek:master
container_name: seek-workers
command: docker/start_workers.sh
restart: always
Expand Down

0 comments on commit 27d10a0

Please sign in to comment.