version: '3.8' services: bot: build: . env_file: - .env volumes: - ./bot.db:/app/bot.db restart: unless-stopped