Skip to content

Commit

Permalink
chore: start-single-node to cut down on memory usage for cockroachdb
Browse files Browse the repository at this point in the history
  • Loading branch information
imnotjames committed Aug 19, 2020
1 parent c96ab43 commit b474968
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Expand Up @@ -108,9 +108,9 @@ jobs:
POSTGRES_USER: "test"
POSTGRES_PASSWORD: "test"
POSTGRES_DB: "test"
- image: cockroachdb/cockroach:latest
- image: cockroachdb/cockroach:v20.1.3
name: cockroachdb
command: start --insecure
command: start-single-node --insecure
- image: circleci/mongo:3.4.18
name: mongodb
- image: mcr.microsoft.com/mssql/server:2017-latest
Expand Down
4 changes: 2 additions & 2 deletions docker-compose.yml
Expand Up @@ -62,9 +62,9 @@ services:

# cockroachdb
cockroachdb:
image: "cockroachdb/cockroach-unstable:v19.1.0-rc.2"
image: "cockroachdb/cockroach:v20.1.3"
container_name: "typeorm-cockroachdb"
command: start --insecure
command: start-single-node --insecure
ports:
- "26257:26257"

Expand Down

0 comments on commit b474968

Please sign in to comment.