feat: expand testing
This commit is contained in:
@@ -40,6 +40,7 @@ services:
|
||||
["dagster", "api", "grpc", "-h", "0.0.0.0", "-p", "4000", "-m", "data_platform.definitions"]
|
||||
volumes:
|
||||
- dbt-target:/app/dbt/target
|
||||
- elementary-reports:/app/dbt/edr_target
|
||||
expose:
|
||||
- "4000"
|
||||
healthcheck:
|
||||
@@ -94,7 +95,19 @@ services:
|
||||
postgres:
|
||||
condition: service_healthy
|
||||
|
||||
# Elementary data observability report
|
||||
elementary-web:
|
||||
image: nginx:alpine
|
||||
container_name: elementary-web
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- elementary-reports:/usr/share/nginx/html:ro
|
||||
- ./nginx/elementary.conf:/etc/nginx/conf.d/default.conf:ro
|
||||
ports:
|
||||
- "8080:80"
|
||||
|
||||
volumes:
|
||||
postgres-data:
|
||||
dbt-target:
|
||||
pgadmin-data:
|
||||
elementary-reports:
|
||||
|
||||
Reference in New Issue
Block a user