File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -271,30 +271,17 @@ services:
271271 retries : 30
272272 seaweedfs :
273273 << : *restart_policy
274- image : " chrislusf/seaweedfs:4.17_large_disk "
274+ image : " chrislusf/seaweedfs:4.29_large_disk@sha256:e5ca7cc6b61cf5d89a5f85821e0cf115a9765e2d1f27223cbb7722c7837c024e "
275275 entrypoint : " weed"
276276 command : >-
277- server
277+ mini
278278 -dir=/data
279- -filer=true
280- -filer.port=8888
281- -filer.port.grpc=18888
282279 -filer.defaultReplicaPlacement=000
283- -master=true
284- -master.port=9333
285- -master.port.grpc=19333
286280 -metricsPort=9091
287- -s3=true
288- -s3.port=8333
289- -s3.port.grpc=18333
290- -volume=true
291281 -volume.dir.idx=/data/idx
292282 -volume.index=leveldbLarge
293- -volume.max=0
294283 -volume.preStopSeconds=8
295284 -volume.readMode=redirect
296- -volume.port=8080
297- -volume.port.grpc=18080
298285 -ip.bind=0.0.0.0
299286 -webdav=false
300287 environment :
@@ -309,38 +296,12 @@ services:
309296 # Manually override any http_proxy envvar that might be set, because
310297 # this wget does not support no_proxy. See:
311298 # https://github.com/getsentry/self-hosted/issues/1537
312- " http_proxy='' wget -q -O- http://seaweedfs:8080 /healthz http://seaweedfs:9333/cluster/healthz http://seaweedfs:8333/healthz || exit 1" ,
299+ " http_proxy='' wget -q -O- http://seaweedfs:9340 /healthz http://seaweedfs:9333/cluster/healthz http://seaweedfs:8333/healthz || exit 1" ,
313300 ]
314301 interval : 30s
315302 timeout : 20s
316303 retries : 5
317304 start_period : 60s
318- seaweedfs-admin :
319- << : *restart_policy
320- image : " chrislusf/seaweedfs:4.17_large_disk"
321- entrypoint : " weed"
322- command : >-
323- admin
324- -port=23646
325- -master=seaweedfs:9333
326- environment :
327- << : *force_no_proxy
328- depends_on :
329- seaweedfs :
330- << : *depends_on-healthy
331- seaweedfs-worker :
332- << : *restart_policy
333- image : " chrislusf/seaweedfs:4.17_large_disk"
334- entrypoint : " weed"
335- command : >-
336- worker
337- -admin=seaweedfs-admin:23646
338- -jobType=all
339- environment :
340- << : *force_no_proxy
341- depends_on :
342- seaweedfs-admin :
343- << : *depends_on-default
344305 snuba-api :
345306 << : *snuba_defaults
346307 volumes :
You can’t perform that action at this time.
0 commit comments