mirror of
https://github.com/cupcakearmy/morphus.git
synced 2025-09-05 15:50:39 +00:00
minio docker example
This commit is contained in:
@@ -8,13 +8,8 @@ services:
|
||||
- "80:80"
|
||||
depends_on:
|
||||
- minio
|
||||
environment:
|
||||
ALLOWED_DOMAINS: https://images.unsplash.com
|
||||
STORAGE: minio
|
||||
MINIO_ACCESS_KEY: minioadmin
|
||||
MINIO_SECRET_KEY: minioadmin
|
||||
MINIO_BUCKET: morphus
|
||||
MINIO_ENDPOINT: http://minio:9000
|
||||
volumes:
|
||||
- ./morphus.yaml:/app/morphus.yaml:ro
|
||||
|
||||
minio:
|
||||
image: minio/minio
|
||||
|
11
docker/morphus.yaml
Normal file
11
docker/morphus.yaml
Normal file
@@ -0,0 +1,11 @@
|
||||
logLevel: warn
|
||||
|
||||
allowedDomains:
|
||||
- example.org
|
||||
|
||||
storage: minio
|
||||
minio:
|
||||
accessKey: minioadmin
|
||||
secretKey: minioadmin
|
||||
bucket: morphus
|
||||
endpoint: http://localhost:9000
|
Reference in New Issue
Block a user