version: '3' services: bot: container_name: 'ИМЯ РЕПЫ' build: context: . stop_signal: SIGINT restart: unless-stopped command: "python3 main.py -a 1" volumes: - .:/app