mirror of
https://github.com/cupcakearmy/morphus.git
synced 2025-09-05 15:50:39 +00:00
dev containers
This commit is contained in:
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
|
||||
|
Reference in New Issue
Block a user