mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-10-08 01:54:25 +08:00
add s3 to docker-compose.yml
This commit is contained in:
@@ -38,3 +38,17 @@ services:
|
||||
default:
|
||||
aliases:
|
||||
- seaweed_filer
|
||||
s3:
|
||||
#image: chrislusf/seaweedfs # use a remote image
|
||||
build: . # build our container from the local Dockerfile
|
||||
ports:
|
||||
- 8333:8333
|
||||
command: 's3 -filer="filer:8888"'
|
||||
depends_on:
|
||||
- master
|
||||
- volume
|
||||
- filer
|
||||
networks:
|
||||
default:
|
||||
aliases:
|
||||
- seaweed_s3
|
||||
|
Reference in New Issue
Block a user