version: '3.7'

services:
    test_lenochka:
        container_name: the_test_lenochka
        build:
            dockerfile: ./deploy/dockerfiles/test.Dockerfile
            context: .
        networks:
          - lenochka_test_network

networks:
  lenochka_test_network:
    name: lenochka_test_network