Skip to content

Commit

Permalink
chore: bump docker-compose to 1.4.0-beta (#574)
Browse files Browse the repository at this point in the history
In preparation for a new release
  • Loading branch information
patrickdevivo committed Nov 27, 2022
2 parents 90eb46c + 92e385c commit 9285d31
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docker-compose.yaml
Expand Up @@ -18,8 +18,8 @@ services:
worker:
# NOTE: to opt out of basic image pull tracking, comment out the current image
# and uncomment the next line (which will pull from Docker Hub directly).
# image: mergestat/worker:1.3.1-beta
image: images.mergestat.com/mergestat/worker:1.3.1-beta
# image: mergestat/worker:1.4.0-beta
image: images.mergestat.com/mergestat/worker:1.4.0-beta
stop_grace_period: 10m
restart: always
depends_on:
Expand All @@ -46,8 +46,8 @@ services:

graphql:
# See NOTE above in worker service.
# image: mergestat/graphql:1.3.1-beta
image: images.mergestat.com/mergestat/graphql:1.3.1-beta
# image: mergestat/graphql:1.4.0-beta
image: images.mergestat.com/mergestat/graphql:1.4.0-beta
restart: always
depends_on:
postgres:
Expand Down Expand Up @@ -90,8 +90,8 @@ services:

ui:
# See NOTE above in worker service.
# image: mergestat/console:1.3.1-beta
image: images.mergestat.com/mergestat/console:1.3.1-beta
# image: mergestat/console:1.4.0-beta
image: images.mergestat.com/mergestat/console:1.4.0-beta
restart: always
depends_on:
- graphql
Expand Down

0 comments on commit 9285d31

Please sign in to comment.