We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c819cfc commit 5824b42Copy full SHA for 5824b42
.github/workflows/cb-service-container.yaml
@@ -58,7 +58,12 @@ jobs:
58
run: mvn --batch-mode --update-snapshots -B package --file pom.xml verify -Dspring.couchbase.bootstrap-host=couchbase
59
services:
60
couchbase:
61
- image: couchbase:enterprise-7.0.3
+ image: public.ecr.aws/z2f7n8a1/couchbase-da-containers:couchbase-neo
62
+ options: >-
63
+ --health-cmd "wget -q -O - localhost:8091"
64
+ --health-interval 10s
65
+ --health-timeout 5s
66
+ --health-retries 10
67
ports:
68
- 8091:8091
69
- 8092:8092
@@ -75,4 +80,4 @@ jobs:
75
80
- 18093:18093
76
81
- 18094:18094
77
82
- 18095:18095
78
- - 18096:18096
83
+ - 18096:18096
0 commit comments