version: '3.7'

services:
    lenochka:
        container_name: the_lenochka
        build:
            dockerfile: ./deploy/dockerfiles/Dockerfile
            context: .
        image: docker.le-memese.com/bots/lenochka-bot:${CI_COMMIT_REF_SLUG:-latest}
        env_file:
            - .gen.env