project: add docker-compose.yml
This commit is contained in:
parent
d110be14e1
commit
037c76a963
18
docker-compose.yml
Normal file
18
docker-compose.yml
Normal file
@ -0,0 +1,18 @@
|
||||
version: '3.3'
|
||||
services:
|
||||
core:
|
||||
build:
|
||||
context: .
|
||||
dockerfile: ./Dockerfile
|
||||
networks:
|
||||
- calc_network
|
||||
restart: always
|
||||
environment:
|
||||
- CALCULATION_IRR=${CORE_CALCULATION_IRR}
|
||||
- CALCULATION_V2_DATE=${CORE_CALCULATION_V2_DATE}
|
||||
- CALCULATION_V3_DATE=${CORE_CALCULATION_V3_DATE}
|
||||
- POST_CALCULATION_V2_DATE=${CORE_POST_CALCULATION_V2_DATE}
|
||||
networks:
|
||||
calc_network:
|
||||
external:
|
||||
name: calc_network
|
||||
Loading…
x
Reference in New Issue
Block a user