This is an automated email from the ASF dual-hosted git repository. ahuber pushed a commit to branch v3 in repository https://gitbox.apache.org/repos/asf/causeway-app-referenceapp.git
commit ce06a51531509bed29a2c91c0bdb5b1bdb132162 Author: Jörg Rade <[email protected]> AuthorDate: Thu Jun 22 13:57:55 2023 +0200 CAUSEWAY-3495 correct version and image link, remove secondary --- docker-compose.yml | 15 ++------------- 1 file changed, 2 insertions(+), 13 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index f11e3de..55dbec5 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -17,23 +17,12 @@ # under the License. # -version: "3.8" +version: "3.3" services: primary: - image: "apachecauseway/demo-wicket-jdo:latest" + image: "apache/causeway-app-demo-jdo:latest" environment: - PROTOTYPING=true - SPRING_PROFILES_ACTIVE=primary ports: - "8080:8080" - secondary: - image: "apachecauseway/demo-wicket-jdo:latest" - environment: - - PROTOTYPING=true - - SPRING_PROFILES_ACTIVE=secondary - - CAUSEWAY_EXTENSIONS_COMMANDREPLAY_PRIMARYACCESS_BASEURLRESTFUL=http://primary:8080/restful/ - - CAUSEWAY_EXTENSIONS_COMMANDREPLAY_PRIMARYACCESS_BASEURLWICKET=http://primary:8080/wicket/ - ports: - - "9090:9090" - depends_on: - - primary
