version: '3' services: torrents-csv: build: context: . args: TORRENTS_CSV_ENDPOINT: http://0.0.0.0:8088 command: /bin/sh -c /app/torrents-csv-service ports: - "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