example-voting-app icon indicating copy to clipboard operation
example-voting-app copied to clipboard

Example distributed app composed of multiple containers for Docker, Compose, Swarm, and Kubernetes

Results 91 example-voting-app issues
Sort by recently updated
recently updated
newest added

Bumps [postgresql](https://github.com/pgjdbc/pgjdbc) from 9.4-1200-jdbc41 to 42.2.25. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.postgresql:postgresql&package-manager=maven&previous-version=9.4-1200-jdbc41&new-version=42.2.25)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies
java

Hi to all, **Trying to use Docker Swarm on Windows with Windows Containers ** **Steps to reproduce the issue, if relevant:** 1. **docker swarm init --advertise-addr Local_IP** 2. Then we...

add trust connection on postgres database

Authorize insecure connection on db (without password) avoiding connection issue between result-app and db It is a demo application so it is not really a problem.

Anyone deployed this to Openshift online? Will it even work? I tried it but it failed, partly because Openshift asks you to select ONE runtime like node, pyhthon, .net etc.....

On a Mac docker desktop system: ``` % kubectl create namespace vote namespace/vote created % kubectl create -f k8s-specifications/ deployment.apps/db created service/db created deployment.apps/redis created service/redis created deployment.apps/result created service/result...

Please provide the following information so we can assess the issue you're having **Description** The Dockerfile for the `result` app will not produce a working image on ARM platform. The...