Skip to content

Commit

Permalink
add env file for zdb
Browse files Browse the repository at this point in the history
  • Loading branch information
r0b2g1t committed Jun 22, 2024
1 parent fd060ea commit cbb67f4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions infrastructure_files/getting-started-with-zitadel.sh
Original file line number Diff line number Diff line change
Expand Up @@ -832,6 +832,8 @@ renderDockerComposeCockroachDB() {
networks: [netbird]
image: 'cockroachdb/cockroach:latest-v23.2'
command: 'start-single-node --advertise-addr zdb'
env_file:
- ./zdb.env
volumes:
- netbird_zdb_data:/cockroach/cockroach-data
- netbird_zdb_certs:/cockroach/certs
Expand Down

0 comments on commit cbb67f4

Please sign in to comment.