Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

EHN-36: Add an attachable network to clickhouse for the dbt ofelia job #276

Closed
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions analytics-datastore-clickhouse/docker-compose.cluster.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ services:
source: clickhouse_use_keeper.xml
networks:
public:
dbt:
default:

analytics-datastore-clickhouse-02:
Expand Down
5 changes: 5 additions & 0 deletions analytics-datastore-clickhouse/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ services:
- clickhouse-data:/var/lib/clickhouse/
networks:
public:
dbt:
default:

volumes:
Expand All @@ -18,4 +19,8 @@ networks:
public:
name: clickhouse_public
external: true
dbt:
name: dbt_attachable
external: true
attachable: true
default:
Loading