Added docker-compose file

This commit is contained in:
Edward Shen 2021-07-18 21:36:54 -04:00
parent 5aa72e9821
commit b04fac9b01
Signed by: edward
GPG key ID: 19182661E818369F

9
docker-compose.yml Normal file
View file

@ -0,0 +1,9 @@
version: "3.9"
services:
mangadex-home:
build: .
ports:
- "443:443"
volumes:
- ./cache:/cache
- ./settings.yaml:/settings.yaml