Skip to content

Commit

Permalink
updated the other docker compose files
Browse files Browse the repository at this point in the history
  • Loading branch information
stuzart committed Jun 21, 2021
1 parent d9ed3a3 commit ecc6a86
Show file tree
Hide file tree
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
Expand Up @@ -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
Expand All @@ -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
Expand Down
4 changes: 2 additions & 2 deletions docker-compose-with-email.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit ecc6a86

Please sign in to comment.