File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed
Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change 44tasks :
55- name : Start Couchbase
66 command : cd /opt/couchbase/ && ./start-cb.sh
7- - name : Log use
8- command : curl -s 'https://da-demo-images.s3.amazonaws.com/runItNow_outline.png?couchbase-example=java-springboot-quickstart-repo&source=gitpod' > /dev/null
97- name : Start app
108 init : ./mvnw package -DskipTests
119 command : java -jar target/*.jar
12-
10+ - name : Log use
11+ command : curl -s 'https://da-demo-images.s3.amazonaws.com/runItNow_outline.png?couchbase-example=java-springboot-quickstart-repo&source=gitpod' > /dev/null
1312# exposed ports
1413ports :
15- - port : 8091
16- onOpen : open-browser
1714- port : 8080
1815 onOpen : open-preview
16+ - port : 8091
17+ onOpen : open-browser
1918- port : 8092-10000
2019 onOpen : ignore
2120- port : 4369
You can’t perform that action at this time.
0 commit comments