This repository has been archived on 2025-10-31. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
docker-compose-rustfs/compose.yaml
2025-10-24 09:03:13 +02:00

14 lines
330 B
YAML

services:
rustfs:
# https://hub.docker.com/r/rustfs/rustfs
image: rustfs/rustfs:1.0.0-alpha.65
hostname: unraid
container_name: rustfs
env_file: .env.app
ports:
- '9020:9000' # s3 api
- '9021:9001' # management ocnsole
volumes:
- /mnt/cache/rustfs:/data
restart: unless-stopped