update build

This commit is contained in:
mm644706215
2025-07-29 16:54:15 +08:00
parent 9bd77e991e
commit 3d95fc1359
4 changed files with 52 additions and 0 deletions

13
docker/docker-compose.yml Normal file
View File

@@ -0,0 +1,13 @@
services:
rustfs-s3-toolkit:
image: hotwa/rustfs-s3-toolkit:latest
build:
context: ..
dockerfile: docker/Dockerfile
container_name: rustfs-s3-toolkit
restart: always
command: tail -f /dev/null
volumes:
- ./data:/app/data
ports:
- "8004:9000"