Skip to content

Commit 5678ff8

Browse files
feat: upgrade docker-compose.yml stable image tags (#3306)
Co-authored-by: iamKunalGupta <[email protected]>
1 parent 0c210d6 commit 5678ff8

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
@@ -116,7 +116,7 @@ services:
116116

117117
flow-api:
118118
container_name: flow_api
119-
image: ghcr.io/peerdb-io/flow-api:stable-v0.30.9
119+
image: ghcr.io/peerdb-io/flow-api:stable-v0.32.1
120120
restart: unless-stopped
121121
ports:
122122
- 8112:8112
@@ -132,7 +132,7 @@ services:
132132

133133
flow-snapshot-worker:
134134
container_name: flow-snapshot-worker
135-
image: ghcr.io/peerdb-io/flow-snapshot-worker:stable-v0.30.9
135+
image: ghcr.io/peerdb-io/flow-snapshot-worker:stable-v0.32.1
136136
restart: unless-stopped
137137
environment:
138138
<<: [*catalog-config, *flow-worker-env, *minio-config]
@@ -142,7 +142,7 @@ services:
142142

143143
flow-worker:
144144
container_name: flow-worker
145-
image: ghcr.io/peerdb-io/flow-worker:stable-v0.30.9
145+
image: ghcr.io/peerdb-io/flow-worker:stable-v0.32.1
146146
restart: unless-stopped
147147
environment:
148148
<<: [*catalog-config, *flow-worker-env, *minio-config]
@@ -155,7 +155,7 @@ services:
155155
peerdb:
156156
container_name: peerdb-server
157157
stop_signal: SIGINT
158-
image: ghcr.io/peerdb-io/peerdb-server:stable-v0.30.9
158+
image: ghcr.io/peerdb-io/peerdb-server:stable-v0.32.1
159159
restart: unless-stopped
160160
environment:
161161
<<: *catalog-config
@@ -171,7 +171,7 @@ services:
171171

172172
peerdb-ui:
173173
container_name: peerdb-ui
174-
image: ghcr.io/peerdb-io/peerdb-ui:stable-v0.30.9
174+
image: ghcr.io/peerdb-io/peerdb-ui:stable-v0.32.1
175175
restart: unless-stopped
176176
ports:
177177
- 3000:3000

0 commit comments

Comments
 (0)