Files
docker-compose-templates/rustfs/compose.yaml
2025-11-18 17:23:14 +01:00

17 lines
437 B
YAML

services:
rustfs:
# https://hub.docker.com/r/rustfs/rustfs
image: rustfs/rustfs:1.0.0-alpha.68
hostname: unraid
container_name: rustfs
env_file: .env.app
ports:
- '9000:9000' # s3 api
- '9001:9001' # management ocnsole
volumes:
- /mnt/cache/rustfs:/data
# with alpha.68 user has no root access and this tmpfs will fails
# tmpfs:
# - /logs:size=1G
restart: unless-stopped