You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
torrents-csv-server/docker/dev/docker-compose.yml

13 lines
279 B
YAML

version: '3.7'
services:
torrents-csv:
image: torrents-csv-server:latest
restart: always
ports:
- "8902:8902"
environment:
TORRENTS_CSV_DB_FILE: /app/torrents.db
TORRENTS_CSV_FRONT_END_DIR: /app/dist
# You should run perseus locally to test