@@ -112,7 +112,7 @@ services:
112112
113113 flow-api :
114114 container_name : flow_api
115- image : ghcr.io/peerdb-io/flow-api:stable-v0.27.8
115+ image : ghcr.io/peerdb-io/flow-api:stable-v0.28.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.27.8
131+ image : ghcr.io/peerdb-io/flow-snapshot-worker:stable-v0.28.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.27.8
141+ image : ghcr.io/peerdb-io/flow-worker:stable-v0.28.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.27.8
154+ image : ghcr.io/peerdb-io/peerdb-server:stable-v0.28.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.27.8
170+ image : ghcr.io/peerdb-io/peerdb-ui:stable-v0.28.0
171171 restart : unless-stopped
172172 ports :
173173 - 3000:3000
0 commit comments