Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
parent
5780d55587
commit
da5e6c8bff
@ -34,3 +34,17 @@ services:
|
|||||||
- NATS_ENABLE_AUTH=yes
|
- NATS_ENABLE_AUTH=yes
|
||||||
- NATS_USERNAME=user
|
- NATS_USERNAME=user
|
||||||
- NATS_PASSWORD=secret
|
- NATS_PASSWORD=secret
|
||||||
|
|
||||||
|
crdb:
|
||||||
|
restart: 'always'
|
||||||
|
image: 'cockroachdb/cockroach:latest'
|
||||||
|
command: 'start-single-node --advertise-addr 0.0.0.0 --insecure'
|
||||||
|
healthcheck:
|
||||||
|
test: ["CMD", "curl", "-f", "http://localhost:8080/health?ready=1"]
|
||||||
|
interval: '10s'
|
||||||
|
timeout: '30s'
|
||||||
|
retries: 5
|
||||||
|
start_period: '20s'
|
||||||
|
ports:
|
||||||
|
- '28080:8080'
|
||||||
|
- '26257:26257'
|
||||||
|
Loading…
Reference in New Issue
Block a user