Skip to content

Commit

Permalink
rename docker-compose to datastores
Browse files Browse the repository at this point in the history
since docker-compose is used
also in tracing
  • Loading branch information
vroldanbet committed Sep 16, 2022
1 parent fe979d7 commit e1a5968
Show file tree
Hide file tree
Showing 8 changed files with 2 additions and 2 deletions.
File renamed without changes.
4 changes: 2 additions & 2 deletions docker-compose/crdb.yml → datastores/crdb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,15 +76,15 @@ services:
command: "init --insecure"
environment:
# initialize cluster through node 1
- "COCKROACH_HOST=docker-compose-crdb-1:26257"
- "COCKROACH_HOST=datastores-crdb-1:26257"
depends_on:
- "crdb"

crdb:
image: "cockroachdb/cockroach"
# in order to make the cluster form, the host name is <project>-<service>-<number>
# The setup will support --scale arg with any value
command: "start --join=docker-compose-crdb-1,docker-compose-crdb-2,docker-compose-crdb-3 --insecure"
command: "start --join=datastores-crdb-1,datastores-crdb-2,datastores-crdb-3 --insecure"
ports:
- "8080"
- "26257"
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit e1a5968

Please sign in to comment.