Skip to content

Commit

Permalink
feat: upgrade docker-compose.yml stable image tags (#2385)
Browse files Browse the repository at this point in the history
Co-authored-by: iamKunalGupta <[email protected]>
  • Loading branch information
github-actions[bot] and iamKunalGupta authored Dec 23, 2024
1 parent 6d49e2f commit 6e9ff66
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
Expand Up @@ -112,7 +112,7 @@ services:

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

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

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

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

0 comments on commit 6e9ff66

Please sign in to comment.