torrents.csv/docker-compose.yml

14 lines
275 B
YAML
Raw Normal View History

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: .
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
TORRENTS_CSV_FRONT_END_DIR: /app/dist