Skip to content

Commit

Permalink
feat: upgrade docker-compose.yml stable image tags (#2415)
Browse files Browse the repository at this point in the history
Co-authored-by: iamKunalGupta <[email protected]>
github-actions[bot] and iamKunalGupta authored Jan 7, 2025

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent bd4f5f6 commit 69c0a24
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -112,7 +112,7 @@ services:

flow-api:
container_name: flow_api
image: ghcr.io/peerdb-io/flow-api:stable-v0.21.0
image: ghcr.io/peerdb-io/flow-api:stable-v0.22.1
restart: unless-stopped
ports:
- 8112:8112
@@ -128,7 +128,7 @@ services:

flow-snapshot-worker:
container_name: flow-snapshot-worker
image: ghcr.io/peerdb-io/flow-snapshot-worker:stable-v0.21.0
image: ghcr.io/peerdb-io/flow-snapshot-worker:stable-v0.22.1
restart: unless-stopped
environment:
<<: [*catalog-config, *flow-worker-env, *minio-config]
@@ -138,7 +138,7 @@ services:

flow-worker:
container_name: flow-worker
image: ghcr.io/peerdb-io/flow-worker:stable-v0.21.0
image: ghcr.io/peerdb-io/flow-worker:stable-v0.22.1
restart: unless-stopped
environment:
<<: [*catalog-config, *flow-worker-env, *minio-config]
@@ -151,7 +151,7 @@ services:
peerdb:
container_name: peerdb-server
stop_signal: SIGINT
image: ghcr.io/peerdb-io/peerdb-server:stable-v0.21.0
image: ghcr.io/peerdb-io/peerdb-server:stable-v0.22.1
restart: unless-stopped
environment:
<<: *catalog-config
@@ -167,7 +167,7 @@ services:

peerdb-ui:
container_name: peerdb-ui
image: ghcr.io/peerdb-io/peerdb-ui:stable-v0.21.0
image: ghcr.io/peerdb-io/peerdb-ui:stable-v0.22.1
restart: unless-stopped
ports:
- 3000:3000

0 comments on commit 69c0a24

Please sign in to comment.