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