@@ -114,7 +114,7 @@ services:
114114
115115 flow-api :
116116 container_name : flow_api
117- image : ghcr.io/peerdb-io/flow-api:stable-v0.34.2
117+ image : ghcr.io/peerdb-io/flow-api:stable-v0.34.5
118118 restart : unless-stopped
119119 ports :
120120 - 8112:8112
@@ -130,7 +130,7 @@ services:
130130
131131 flow-snapshot-worker :
132132 container_name : flow-snapshot-worker
133- image : ghcr.io/peerdb-io/flow-snapshot-worker:stable-v0.34.2
133+ image : ghcr.io/peerdb-io/flow-snapshot-worker:stable-v0.34.5
134134 restart : unless-stopped
135135 environment :
136136 << : [*catalog-config, *flow-worker-env, *minio-config]
@@ -140,7 +140,7 @@ services:
140140
141141 flow-worker :
142142 container_name : flow-worker
143- image : ghcr.io/peerdb-io/flow-worker:stable-v0.34.2
143+ image : ghcr.io/peerdb-io/flow-worker:stable-v0.34.5
144144 restart : unless-stopped
145145 environment :
146146 << : [*catalog-config, *flow-worker-env, *minio-config]
@@ -153,7 +153,7 @@ services:
153153 peerdb :
154154 container_name : peerdb-server
155155 stop_signal : SIGINT
156- image : ghcr.io/peerdb-io/peerdb-server:stable-v0.34.2
156+ image : ghcr.io/peerdb-io/peerdb-server:stable-v0.34.5
157157 restart : unless-stopped
158158 environment :
159159 << : *catalog-config
@@ -169,7 +169,7 @@ services:
169169
170170 peerdb-ui :
171171 container_name : peerdb-ui
172- image : ghcr.io/peerdb-io/peerdb-ui:stable-v0.34.2
172+ image : ghcr.io/peerdb-io/peerdb-ui:stable-v0.34.5
173173 restart : unless-stopped
174174 ports :
175175 - 3000:3000
0 commit comments