Skip to content

Commit

Permalink
updated the other docker compose files
Browse files Browse the repository at this point in the history
stuzart committed Jun 21, 2021
1 parent d9ed3a3 commit ecc6a86
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docker-compose-virtuoso.yml
Original file line number Diff line number Diff line change
@@ -12,7 +12,7 @@ services:

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

seek_workers: # The SEEK delayed job workers
#build: .
image: fairdom/seek:1.10
image: fairdom/seek:1.11
container_name: seek-workers
command: docker/start_workers.sh
restart: always
4 changes: 2 additions & 2 deletions docker-compose-with-email.yml
Original file line number Diff line number Diff line change
@@ -14,7 +14,7 @@ services:
seek: # The SEEK application
#build: .

image: fairdom/seek:1.10-dev
image: fairdom/seek:1.11

container_name: seek
command: docker/entrypoint.sh
@@ -42,7 +42,7 @@ services:
seek_workers: # The SEEK delayed job workers
#build: .

image: fairdom/seek:1.10-dev
image: fairdom/seek:1.11
container_name: seek-workers
command: docker/start_workers.sh
restart: always

0 comments on commit ecc6a86

Please sign in to comment.