torrents.csv/docker-compose.yml

16 lines
360 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: .
args:
2019-02-27 03:02:59 +00:00
TORRENTS_CSV_ENDPOINT: http://0.0.0.0:8080
command: /bin/sh -c /app/torrents-csv-service
2018-12-01 00:14:02 +00:00
ports:
2018-12-10 19:15:46 +00:00
- "8080:8080"
environment:
TORRENTS_CSV_DB_FILE: /app/torrents.db
TORRENTS_CSV_FRONT_END_DIR: /app/dist
TORRENTS_CSV_ENDPOINT: 0.0.0.0:8080