1

Add docker support

This commit is contained in:
2018-05-27 20:06:09 +03:00
parent 61db0a3869
commit 4e87b07d38
18 changed files with 234 additions and 84 deletions

13
docker-compose.yml Normal file
View File

@@ -0,0 +1,13 @@
version: '2'
services:
executor:
image: com.devsoap/dbt-executor
container_name: dbt-executor
environment:
- dbt.ledger.url=http://ledger:5050
ledger:
image: com.devsoap/dbt-ledger
container_name: dbt-ledger
environment:
- dbt.executor.url=http://executor:5050