version: '3.7' services: bot: build: . volumes: - ./data.db:/app/data.db - ./config.yml:/app/config.yml:ro