2019-08-28 04:53:14 +00:00
|
|
|
version: '3.7'
|
|
|
|
|
|
|
|
services:
|
|
|
|
torrents-csv:
|
2020-04-08 14:24:42 +00:00
|
|
|
image: dessalines/torrents-csv:v0.0.7.4
|
2019-11-24 20:11:30 +00:00
|
|
|
restart: always
|
2019-08-28 04:53:14 +00:00
|
|
|
ports:
|
|
|
|
- "8902:8080"
|
|
|
|
environment:
|
|
|
|
TORRENTS_CSV_DB_FILE: /app/torrents.db
|
|
|
|
TORRENTS_CSV_FRONT_END_DIR: /app/dist
|
|
|
|
volumes:
|
|
|
|
- type: bind
|
|
|
|
source: ../../torrents.db
|
|
|
|
target: /app/torrents.db
|