2018-12-10 19:15:46 +00:00
|
|
|
version: '3'
|
2018-12-01 00:14:02 +00:00
|
|
|
|
|
|
|
services:
|
|
|
|
torrents-csv:
|
2018-12-10 19:15:46 +00:00
|
|
|
build:
|
|
|
|
context: .
|
2018-12-07 22:50:39 +00:00
|
|
|
command: /bin/sh -c /app/torrents-csv-service
|
2019-04-10 04:29:13 +00:00
|
|
|
restart: always
|
2018-12-01 00:14:02 +00:00
|
|
|
ports:
|
2019-06-25 23:33:12 +00:00
|
|
|
- "8902:8080"
|
2018-12-10 19:15:46 +00:00
|
|
|
environment:
|
|
|
|
TORRENTS_CSV_DB_FILE: /app/torrents.db
|
2019-02-27 02:59:30 +00:00
|
|
|
TORRENTS_CSV_FRONT_END_DIR: /app/dist
|