Make it nice.
authorJan Vales <jan@jvales.net>
Fri, 2 Nov 2018 19:03:22 +0000 (20:03 +0100)
committerJan Vales <jan@jvales.net>
Fri, 2 Nov 2018 19:03:22 +0000 (20:03 +0100)
camunda-aic-overlay/Dockerfile
provision.sh

index a840279f26148b17479141835cb5d5d62a8ed797..f642c58906c2471511aa17afc42ddd2f08e49cd8 100644 (file)
@@ -3,8 +3,8 @@ FROM camunda/camunda-bpm-platform:tomcat-latest
 # We can/should do some magic here
 #-> e.g. change config to make another user/pw combinations.
 
-RUN rm -r /camunda/webapps/camunda-invoice
+#RUN rm -r /camunda/webapps/camunda-invoice
 #RUN rm -r /camunda/webapps/h2
-RUN rm -r /camunda/webapps/examples
+#RUN rm -r /camunda/webapps/examples
 
-COPY aic.bpmn /camunda/webapps/
+#COPY aic.bpmn /camunda/webapps/
index 7b3179ef4b9a5f64ab12f9680b1ea5324dd7364f..03cea6c0feead88b76b95c543e36cb8f59692cd4 100755 (executable)
@@ -5,8 +5,8 @@ cd /vagrant
 apt update
 apt install -y docker.io docker-compose
 
-# camunda install
-#docker build -t camunda-aic-overlay camunda-aic-overlay
-#docker run -d --name camunda -p 8080:8080 camunda-aic-overlay:latest
+# remove stale containers (We do not care about left over images)
+docker rm -f $(docker ps -aq) 2>/dev/null
 
-docker-compose up --build
+# recompose all
+docker-compose up --build -d