podman-compose/examples/azure-vote
Muayyad alsadi 4064c84521 add azure vote example 2022-03-18 22:43:18 +03:00
..
README.md add azure vote example 2022-03-18 22:43:18 +03:00
docker-compose.yaml add azure vote example 2022-03-18 22:43:18 +03:00

README.md

Azure Vote Example

This example have two containers:

  • backend: redis used as storage
  • frontend: having supervisord, nginx, uwsgi/python
echo "HOST_PORT=8080" > .env
podman-compose up

after typing the commands above open your browser on the host port you picked above like http://localhost:8080/