mirror of
https://github.com/cupcakearmy/morphus.git
synced 2024-12-21 15:46:31 +00:00
include in docker compose
This commit is contained in:
parent
f89ed1b976
commit
7412b94fb5
@ -4,7 +4,16 @@
|
||||
version: '3.8'
|
||||
|
||||
services:
|
||||
|
||||
app:
|
||||
image: cupcakearmy/morphus
|
||||
build: .
|
||||
volumes:
|
||||
- ./morphus.yaml:/app/morphus.yaml:ro
|
||||
ports:
|
||||
- 80:80
|
||||
depends_on:
|
||||
- s3
|
||||
|
||||
s3:
|
||||
image: minio/minio
|
||||
ports:
|
||||
|
Loading…
Reference in New Issue
Block a user