Files
RustFS_S3_Stroage/docker-compose.yml
2026-01-31 11:49:58 +05:30

25 lines
468 B
YAML

version: "3.8"
services:
rustfs:
image: rustfs/rustfs:latest
container_name: rustfs
ports:
- "9000:9000"
- "9001:9001"
volumes:
- /data:/data
restart: unless-stopped
hawser:
image: ghcr.io/finsys/hawser:latest
container_name: hawser
ports:
- "2376:2376"
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- hawser_stacks:/data/stacks
restart: unless-stopped
volumes:
hawser_stacks: