Skip to content

Commit 7b67d6f

Browse files
feat: upgrade docker-compose.yml stable image tags (#3207)
Co-authored-by: iamKunalGupta <iamKunalGupta@users.noreply.github.com>
1 parent 65cebf8 commit 7b67d6f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

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.30.6
115+
image: ghcr.io/peerdb-io/flow-api:stable-v0.30.7
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.30.6
131+
image: ghcr.io/peerdb-io/flow-snapshot-worker:stable-v0.30.7
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.30.6
141+
image: ghcr.io/peerdb-io/flow-worker:stable-v0.30.7
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.30.6
154+
image: ghcr.io/peerdb-io/peerdb-server:stable-v0.30.7
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.30.6
170+
image: ghcr.io/peerdb-io/peerdb-ui:stable-v0.30.7
171171
restart: unless-stopped
172172
ports:
173173
- 3000:3000

0 commit comments

Comments
 (0)