Skip to content

Commit

Permalink
update version numbers for 1.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stuzart committed May 16, 2024
1 parent 932bb6b commit 7f6f50b
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion config/version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@

major: 1
minor: 15
patch: 0-pre
patch: 0
4 changes: 2 additions & 2 deletions docker-compose-relative-root.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:main
image: fairdom/seek:1.15

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

image: fairdom/seek:main
image: fairdom/seek:1.15
container_name: seek-workers
command: docker/start_workers.sh
restart: always
Expand Down
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:main
image: fairdom/seek:1.15
container_name: seek
command: docker/entrypoint.sh
restart: always
Expand All @@ -39,7 +39,7 @@ services:

seek_workers: # The SEEK delayed job workers
#build: .
image: fairdom/seek:main
image: fairdom/seek:1.15
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:main
image: fairdom/seek:1.15

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

image: fairdom/seek:main
image: fairdom/seek:1.15
container_name: seek-workers
command: docker/start_workers.sh
restart: always
Expand Down
4 changes: 2 additions & 2 deletions docker-compose.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.15-dev
image: fairdom/seek:1.15

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.15-dev
image: fairdom/seek:1.15
container_name: seek-workers
command: docker/start_workers.sh
restart: always
Expand Down

0 comments on commit 7f6f50b

Please sign in to comment.