torrust-actix 4.1.2

A rich, fast and efficient Bittorrent Tracker.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
services:
  torrust_actix:
    image: power2all/torrust-actix:latest
    build: .
    environment:
      LOG_LEVEL: "debug"
      TRACKER__API_KEY: "MyVerySecureAPIKey"
      TRACKER__SWAGGER: "true"
      DATABASE__PERSISTENT: "false"
      DATABASE__ENGINE: "sqlite3"
      DATABASE__PATH: "sqlite://:memory:"
    container_name: "torrust_actix"
    hostname: "torrust_actix"
    ports:
      - "8080:8080/tcp" # API
      - "6969:6969/tcp" # TCP Tracker
      - "6969:6969/udp" # UDP Tracker