mirror of
https://github.com/TheBeastLT/torrentio-scraper.git
synced 2026-01-11 22:40:22 +00:00
16 lines
No EOL
283 B
YAML
16 lines
No EOL
283 B
YAML
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 |