project: add docker-compose.yml

This commit is contained in:
vchikalkin 2023-12-25 18:52:46 +03:00
parent 3504f9cfb9
commit 7eba0b20ca

17
docker-compose.yml Normal file
View File

@ -0,0 +1,17 @@
version: '3.3'
services:
elt:
build:
context: .
dockerfile: ./Dockerfile
environment:
- eltLogin=${ELT_LOGIN}
- eltPassword=${ELT_PASSWORD}
restart: always
networks:
- calc_network
networks:
calc_network:
external:
name: calc_network