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

17 lines
353 B
YAML

version: '3.7'
services:
torrents-csv:
build:
context: ../../
dockerfile: docker/dev/Dockerfile
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