Docker integration

This commit is contained in:
Ali Parlakçı
2020-06-05 17:23:45 +03:00
committed by GitHub
parent a92ddb21f9
commit df7f5381a0
5 changed files with 31 additions and 2 deletions

12
docker-compose.yml Normal file
View File

@@ -0,0 +1,12 @@
version: "3"
services:
bdfr:
image: bdfr
build: .
ports:
- "8080:8080"
- "7634:7634"
volumes:
- "./:/root/Bulk Downloader for Reddit"
container_name: bdfr_container
network_mode: bridge