Added docker-compose file

master
Edward Shen 2021-07-18 21:36:54 -04:00
parent 5aa72e9821
commit b04fac9b01
Signed by: edward
GPG Key ID: 19182661E818369F
1 changed files with 9 additions and 0 deletions

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