torrents.csv/docker/dev/docker-compose.yml

18 lines
373 B
YAML
Raw Normal View History

2019-08-28 04:53:14 +00:00
version: '3.7'
services:
torrents-csv:
build:
context: ../../
dockerfile: docker/dev/Dockerfile
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