Tomarket / docker-compose.yml
yasir68's picture
Upload folder using huggingface_hub (#1)
4e9b253 verified
raw
history blame contribute delete
212 Bytes
version: '3'
services:
bot:
container_name: 'ИМЯ РЕПЫ'
build:
context: .
stop_signal: SIGINT
restart: unless-stopped
command: "python3 main.py -a 1"
volumes:
- .:/app