File size: 219 Bytes
3f48026
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
version: "3.9"

services:
  bot:
    build: .
    restart: unless-stopped
    ports:
      - "8000:8000"
    env_file:
      - config.env
    volumes:
      - ./downloads:/app/downloads
      - ./logs.txt:/app/logs.txt