Skip to content

Commit

Permalink
updated versions in the docker compose files to 1.12
Browse files Browse the repository at this point in the history
  • Loading branch information
stuzart committed May 6, 2022
1 parent 1faa2ff commit f58fb62
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: 12
patch: 0
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:1.12-dev
image: fairdom/seek:1.12

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:1.12-dev
image: fairdom/seek:1.12
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:1.12-dev
image: fairdom/seek:1.12
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:1.12-dev
image: fairdom/seek:1.12
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.12-dev
image: fairdom/seek:1.12

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:1.12-dev
image: fairdom/seek:1.12
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.12-dev
image: fairdom/seek:1.12

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

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

0 comments on commit f58fb62

Please sign in to comment.