From 7412b94fb528a06ebf2efb51d310ad853a18a4c5 Mon Sep 17 00:00:00 2001 From: cupcakearmy Date: Sun, 29 May 2022 00:09:03 +0200 Subject: [PATCH] include in docker compose --- docker-compose.yaml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/docker-compose.yaml b/docker-compose.yaml index 7a93450..4ed039c 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -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: