You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by hn...@apache.org on 2021/07/30 10:59:21 UTC

[myfaces-tobago] branch master updated: chore(tobago-vm): update staging version

This is an automated email from the ASF dual-hosted git repository.

hnoeth pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/myfaces-tobago.git


The following commit(s) were added to refs/heads/master by this push:
     new 34c0274  chore(tobago-vm): update staging version
34c0274 is described below

commit 34c02746e00c2d2d748020b059f36474b3729c73
Author: Henning Noeth <hn...@apache.org>
AuthorDate: Fri Jul 30 12:58:31 2021 +0200

    chore(tobago-vm): update staging version
---
 .../src/main/tobago-vm/docker/docker-compose.yml   | 30 +++++++++++-----------
 1 file changed, 15 insertions(+), 15 deletions(-)

diff --git a/tobago-example/tobago-example-demo/src/main/tobago-vm/docker/docker-compose.yml b/tobago-example/tobago-example-demo/src/main/tobago-vm/docker/docker-compose.yml
index a645677..2bc9615 100644
--- a/tobago-example/tobago-example-demo/src/main/tobago-vm/docker/docker-compose.yml
+++ b/tobago-example/tobago-example-demo/src/main/tobago-vm/docker/docker-compose.yml
@@ -26,7 +26,7 @@ services:
         max-file: "5"
     links:
       - demo-5-release
-#      - demo-5-staging
+      - demo-5-staging
       - demo-5-snapshot
       - demo-4-release
 #      - demo-4-staging
@@ -67,20 +67,20 @@ services:
       options:
         max-size: "1m"
         max-file: "5"
-#  demo-5-staging:
-#    build: tomcat
-#    environment:
-#      - TOBAGO_VERSION=5.0.0-alpha-1
-#      - STAGING_NUMBER=1192
-#      - CONTEXT_PATH=demo-5-staging
-#    volumes:
-#      - ~/tobago-vm/artifacts:/opt/docker/artifacts
-#    ports:
-#      - "8501:8080"
-#    logging:
-#      options:
-#        max-size: "1m"
-#        max-file: "5"
+  demo-5-staging:
+    build: tomcat
+    environment:
+      - TOBAGO_VERSION=5.0.0-alpha-1
+      - STAGING_NUMBER=1192
+      - CONTEXT_PATH=demo-5-staging
+    volumes:
+      - ~/tobago-vm/artifacts:/opt/docker/artifacts
+    ports:
+      - "8501:8080"
+    logging:
+      options:
+        max-size: "1m"
+        max-file: "5"
   demo-5-snapshot:
     build: tomcat
     environment: