Attempt to fix cockroachdb integration test
This commit is contained in:
@@ -1,11 +1,10 @@
|
||||
version: '3.9'
|
||||
services:
|
||||
db:
|
||||
image: cockroachdb/cockroach:v23.1.1
|
||||
command: start-single-node
|
||||
image: cockroachdb/cockroach:v23.1.2
|
||||
command: start-single-node --insecure
|
||||
environment:
|
||||
- COCKROACH_USER=john
|
||||
- COCKROACH_PASSWORD=abc
|
||||
- COCKROACH_DATABASE=spoolman
|
||||
healthcheck:
|
||||
test:
|
||||
@@ -26,7 +25,6 @@ services:
|
||||
- SPOOLMAN_DB_PORT=26257
|
||||
- SPOOLMAN_DB_NAME=spoolman
|
||||
- SPOOLMAN_DB_USERNAME=john
|
||||
- SPOOLMAN_DB_PASSWORD=abc
|
||||
- SPOOLMAN_LOGGING_LEVEL=DEBUG
|
||||
depends_on:
|
||||
db:
|
||||
|
||||
Reference in New Issue
Block a user