mirror of
https://github.com/FlipsideCrypto/near-models.git
synced 2026-02-06 14:11:54 +00:00
22 lines
274 B
YAML
22 lines
274 B
YAML
version: "3.4"
|
|
|
|
services:
|
|
dbt_console:
|
|
build: .
|
|
volumes:
|
|
- .:/near
|
|
env_file:
|
|
- .env
|
|
|
|
dbt_docs:
|
|
build: .
|
|
volumes:
|
|
- .:/near
|
|
ports:
|
|
- 8080:8080
|
|
expose:
|
|
- 8080
|
|
command: "dbt_docs.sh"
|
|
env_file:
|
|
- .env
|