first commit
This commit is contained in:
4
.env.app.dist
Normal file
4
.env.app.dist
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
RUSTFS_SERVER_DOMAINS="rustfs.example"
|
||||||
|
RUSTFS_ACCESS_KEY="devops"
|
||||||
|
RUSTFS_SECRET_KEY="CHANGE_ME"
|
||||||
|
RUSTFS_CONSOLE_ENABLE=true
|
||||||
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@@ -0,0 +1 @@
|
|||||||
|
.env.app
|
||||||
13
compose.yaml
Normal file
13
compose.yaml
Normal file
@@ -0,0 +1,13 @@
|
|||||||
|
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
|
||||||
Reference in New Issue
Block a user