This commit is contained in:
Marco Pedone 2026-05-14 10:42:01 +02:00
parent c7cb940409
commit 938092a8eb

View file

@ -11,10 +11,10 @@ services:
- seaweedfs_data:/data
- ./s3.json:/data/s3.json:ro
- ./security.toml:/data/security.toml:ro
command: >
server -dir=/data -filer
-s3 -s3.config=/data/s3.json
-iam.config=/data/security.toml
# command: >
# server -dir=/data -filer
# -s3 -s3.config=/data/s3.json
# -iam.config=/data/security.toml
healthcheck:
test: ["CMD-SHELL",
"curl -sf http://localhost:9333/cluster/status && curl -sf http://localhost:8888/"]