add docker stuff

This commit is contained in:
hexlocation 2025-06-14 16:07:40 +02:00
parent c844ab063b
commit 8c7b09b8d8
2 changed files with 29 additions and 0 deletions

12
compose.yaml Normal file
View file

@ -0,0 +1,12 @@
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'