Skip to content

Commit

Permalink
update docker composes and version
Browse files Browse the repository at this point in the history
  • Loading branch information
stuzart committed Nov 15, 2024
1 parent 14c6ef5 commit 81fe740
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: 16
patch: 0-main
patch: 0-pre
4 changes: 2 additions & 2 deletions docker-compose-relative-root.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ services:
seek: # The SEEK application
#build: .

image: fairdom/seek:1.15
image: fairdom/seek:1.16-dev

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
image: fairdom/seek:1.16-dev
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 @@ -11,7 +11,7 @@ services:

seek: # The SEEK application
#build: .
image: fairdom/seek:1.15
image: fairdom/seek:1.16-dev
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.15
image: fairdom/seek:1.16-dev
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 @@ -13,7 +13,7 @@ services:
seek: # The SEEK application
#build: .

image: fairdom/seek:1.15
image: fairdom/seek:1.16-dev

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
image: fairdom/seek:1.16-dev
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 @@ -13,7 +13,7 @@ services:
seek: # The SEEK application
#build: .

image: fairdom/seek:1.15
image: fairdom/seek:1.16-dev

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

image: fairdom/seek:1.15
image: fairdom/seek:1.16-dev
container_name: seek-workers
command: docker/start_workers.sh
restart: always
Expand Down

0 comments on commit 81fe740

Please sign in to comment.