mirror of
https://github.com/cupcakearmy/morphus.git
synced 2024-12-22 08:06:30 +00:00
dev containers
This commit is contained in:
parent
952f76e5ab
commit
5551fd04dd
15
docker-compose.dev.yaml
Normal file
15
docker-compose.dev.yaml
Normal file
@ -0,0 +1,15 @@
|
||||
version: '3.8'
|
||||
|
||||
services:
|
||||
|
||||
s3:
|
||||
image: minio/minio
|
||||
ports:
|
||||
- "9000:9000"
|
||||
- "9001:9001"
|
||||
# https://docs.min.io/minio/baremetal/reference/minio-server/minio-server.html#root-credentials
|
||||
# Default user and password are "minioadmin"
|
||||
command: server /data --console-address ":9001"
|
||||
# volumes:
|
||||
# - ./data:/data
|
||||
|
Loading…
Reference in New Issue
Block a user