Added manga-py source
This commit is contained in:
12
manga-py-stable_1.x/docker-compose.yaml
Normal file
12
manga-py-stable_1.x/docker-compose.yaml
Normal file
@@ -0,0 +1,12 @@
|
||||
version: '3.0'
|
||||
|
||||
services:
|
||||
manga_py:
|
||||
container_name: mangadl/manga-py
|
||||
image: python
|
||||
build: ./helpers/python
|
||||
volumes:
|
||||
- ./:/home/manga
|
||||
|
||||
volumes:
|
||||
manga_volume:
|
||||
Reference in New Issue
Block a user