@@ -112,7 +112,7 @@ services:
112
112
113
113
flow-api :
114
114
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.27.9
116
116
restart : unless-stopped
117
117
ports :
118
118
- 8112:8112
@@ -128,7 +128,7 @@ services:
128
128
129
129
flow-snapshot-worker :
130
130
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.27.9
132
132
restart : unless-stopped
133
133
environment :
134
134
<< : [*catalog-config, *flow-worker-env, *minio-config]
@@ -138,7 +138,7 @@ services:
138
138
139
139
flow-worker :
140
140
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.27.9
142
142
restart : unless-stopped
143
143
environment :
144
144
<< : [*catalog-config, *flow-worker-env, *minio-config]
@@ -151,7 +151,7 @@ services:
151
151
peerdb :
152
152
container_name : peerdb-server
153
153
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.27.9
155
155
restart : unless-stopped
156
156
environment :
157
157
<< : *catalog-config
@@ -167,7 +167,7 @@ services:
167
167
168
168
peerdb-ui :
169
169
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.27.9
171
171
restart : unless-stopped
172
172
ports :
173
173
- 3000:3000
0 commit comments