rustfs added
This commit is contained in:
15
rustfs/compose.yaml
Normal file
15
rustfs/compose.yaml
Normal file
@@ -0,0 +1,15 @@
|
||||
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:
|
||||
- '9000:9000' # s3 api
|
||||
- '9001:9001' # management ocnsole
|
||||
volumes:
|
||||
- /mnt/cache/rustfs:/data
|
||||
tmpfs:
|
||||
- /logs:size=1G
|
||||
restart: unless-stopped
|
||||
Reference in New Issue
Block a user