Skip to content

Commit c1b308d

Browse files
feat: upgrade docker-compose.yml stable image tags (#2984)
Co-authored-by: iamKunalGupta <iamKunalGupta@users.noreply.github.com>
1 parent 1dbe70a commit c1b308d

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

docker-compose.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ services:
112112

113113
flow-api:
114114
container_name: flow_api
115-
image: ghcr.io/peerdb-io/flow-api:stable-v0.29.1
115+
image: ghcr.io/peerdb-io/flow-api:stable-v0.30.0
116116
restart: unless-stopped
117117
ports:
118118
- 8112:8112
@@ -128,7 +128,7 @@ services:
128128

129129
flow-snapshot-worker:
130130
container_name: flow-snapshot-worker
131-
image: ghcr.io/peerdb-io/flow-snapshot-worker:stable-v0.29.1
131+
image: ghcr.io/peerdb-io/flow-snapshot-worker:stable-v0.30.0
132132
restart: unless-stopped
133133
environment:
134134
<<: [*catalog-config, *flow-worker-env, *minio-config]
@@ -138,7 +138,7 @@ services:
138138

139139
flow-worker:
140140
container_name: flow-worker
141-
image: ghcr.io/peerdb-io/flow-worker:stable-v0.29.1
141+
image: ghcr.io/peerdb-io/flow-worker:stable-v0.30.0
142142
restart: unless-stopped
143143
environment:
144144
<<: [*catalog-config, *flow-worker-env, *minio-config]
@@ -151,7 +151,7 @@ services:
151151
peerdb:
152152
container_name: peerdb-server
153153
stop_signal: SIGINT
154-
image: ghcr.io/peerdb-io/peerdb-server:stable-v0.29.1
154+
image: ghcr.io/peerdb-io/peerdb-server:stable-v0.30.0
155155
restart: unless-stopped
156156
environment:
157157
<<: *catalog-config
@@ -167,7 +167,7 @@ services:
167167

168168
peerdb-ui:
169169
container_name: peerdb-ui
170-
image: ghcr.io/peerdb-io/peerdb-ui:stable-v0.29.1
170+
image: ghcr.io/peerdb-io/peerdb-ui:stable-v0.30.0
171171
restart: unless-stopped
172172
ports:
173173
- 3000:3000

0 commit comments

Comments
 (0)