backend/compose.yaml
2025-06-14 16:07:40 +02:00

12 lines
263 B
YAML

services:
seaweedfs:
container_name: seaweedfs
image: docker.io/chrislusf/seaweedfs
command: server -dir=/data
volume:
./tmp:/data
ports:
- 9333:9333
shell:
image: docker.io/alpine:latest
command: sh -c 'sleep 100000'