include in docker compose

This commit is contained in:
cupcakearmy 2022-05-29 00:09:03 +02:00
parent f89ed1b976
commit 7412b94fb5
No known key found for this signature in database
GPG Key ID: 3235314B4D31232F
1 changed files with 10 additions and 1 deletions

View File

@ -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: