Loading docker-compose.yml 0 → 100644 +11 −0 Original line number Diff line number Diff line --- version: '3.0' services: database: image: git.ia2.inaf.it:5050/zorba/vollt-private-rows-demo/database ports: - "5432:5432" tomcat: image: git.ia2.inaf.it:5050/zorba/vollt-private-rows-demo/tomcat ports: - "8080:8080" war/tap.properties +1 −2 Original line number Diff line number Diff line database_access = jdbc jdbc_driver = org.postgresql.Driver jdbc_url = jdbc:postgresql:127.0.0.1:5439 jdbc_url = jdbc:postgresql://database:5432/postgres db_username = tap db_password = demo sql_translator = postgres datasource_jndi_name = java:comp/env/jdbc/aao metadata = db file_manager = local file_root_path = /tmp Loading Loading
docker-compose.yml 0 → 100644 +11 −0 Original line number Diff line number Diff line --- version: '3.0' services: database: image: git.ia2.inaf.it:5050/zorba/vollt-private-rows-demo/database ports: - "5432:5432" tomcat: image: git.ia2.inaf.it:5050/zorba/vollt-private-rows-demo/tomcat ports: - "8080:8080"
war/tap.properties +1 −2 Original line number Diff line number Diff line database_access = jdbc jdbc_driver = org.postgresql.Driver jdbc_url = jdbc:postgresql:127.0.0.1:5439 jdbc_url = jdbc:postgresql://database:5432/postgres db_username = tap db_password = demo sql_translator = postgres datasource_jndi_name = java:comp/env/jdbc/aao metadata = db file_manager = local file_root_path = /tmp Loading