Skip to content

Commit

Permalink
upgrade docker compose files to 0.10.1 (dittofeed#702)
Browse files Browse the repository at this point in the history
  • Loading branch information
maxgurewitz authored Feb 28, 2024
1 parent f44b893 commit 906d208
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docker-compose.lite.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ services:
- dittofeed-network-lite
# useful for upgrading dittofeed
admin-cli:
image: dittofeed/dittofeed-lite:${IMAGE_TAG:-v0.10.0}
image: dittofeed/dittofeed-lite:${IMAGE_TAG:-v0.10.1}
entrypoint: []
profiles: ["admin-cli"]
command: tail -f /dev/null
Expand Down
8 changes: 4 additions & 4 deletions docker-compose.prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ x-backend-app-env: &backend-app-env
TEMPORAL_ADDRESS: ${TEMPORAL_ADDRESS:-temporal:7233}
services:
dashboard:
image: dittofeed/dittofeed-dashboard:${IMAGE_TAG:-v0.10.0}
image: dittofeed/dittofeed-dashboard:${IMAGE_TAG:-v0.10.1}
ports:
- "3000:3000"
restart: always
Expand All @@ -29,7 +29,7 @@ services:
networks:
- dittofeed-network
api:
image: dittofeed/dittofeed-api:${IMAGE_TAG:-v0.10.0}
image: dittofeed/dittofeed-api:${IMAGE_TAG:-v0.10.1}
restart: always
ports:
- "3001:3001"
Expand All @@ -44,7 +44,7 @@ services:
networks:
- dittofeed-network
worker:
image: dittofeed/dittofeed-worker:${IMAGE_TAG:-v0.10.0}
image: dittofeed/dittofeed-worker:${IMAGE_TAG:-v0.10.1}
restart: always
depends_on:
- postgres
Expand All @@ -56,7 +56,7 @@ services:
networks:
- dittofeed-network
admin-cli:
image: dittofeed/dittofeed-admin-cli:${IMAGE_TAG:-v0.10.0}
image: dittofeed/dittofeed-admin-cli:${IMAGE_TAG:-v0.10.1}
entrypoint: []
command: tail -f /dev/null
tty: true
Expand Down

0 comments on commit 906d208

Please sign in to comment.