Duplicated from yasir68/Tomarket
4e9b253
1
2
3
4
5
6
7
8
9
10
11
12
version: '3' services: bot: container_name: 'ИМЯ РЕПЫ' build: context: . stop_signal: SIGINT restart: unless-stopped command: "python3 main.py -a 1" volumes: - .:/app