remove scraper

This commit is contained in:
TheBeastLT
2022-06-16 17:43:27 +03:00
parent 49227cda5c
commit a253e8e0b0
6 changed files with 0 additions and 7524 deletions

View File

@@ -1,16 +0,0 @@
version: '3'
services:
database:
image: postgres
volumes:
- db-data:/var/lib/postgresql/data
ports:
- 5432:5432
environment:
POSTGRES_USER: torrentio
POSTGRES_PASSWORD: postgres
POSTGRES_DB: torrentio
volumes:
db-data:
driver: local