Skip to content

Commit

Permalink
Add a attachable network to clickhouse for the dbt scripts to use
Browse files Browse the repository at this point in the history
  • Loading branch information
arran-standish committed Mar 19, 2024
1 parent 8e7ccdf commit 33effcb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
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:

0 comments on commit 33effcb

Please sign in to comment.