helpy_botik / docker-compose.yml
Zlovoblachko's picture
Add application file
8c1389f
raw
history blame contribute delete
166 Bytes
version: '3.8'
services:
bot:
build: .
env_file:
- .env
volumes:
- sqlite+aiosqlite:///db.sqlite3
ports:
- "7860:7860"
restart: always