Add Github secrets

Open ports 8080

Before anything install docker compose in the newly created azure machine:

sudo apt update
sudo apt install apt-transport-https ca-certificates curl software-properties-common
curl -fsSL [<https://download.docker.com/linux/ubuntu/gpg>](<https://download.docker.com/linux/ubuntu/gpg>) | sudo apt-key add -
sudo add-apt-repository "deb [arch=amd64] [<https://download.docker.com/linux/ubuntu>](<https://download.docker.com/linux/ubuntu>) focal stable"
sudo apt update
sudo apt install docker-ce
sudo usermod -aG docker ${USER}
sudo curl -L "[<https://github.com/docker/compose/releases/download/1.28.5/docker-compose-$>](<https://github.com/docker/compose/releases/download/1.28.5/docker-compose-$>)(uname -s)-$(uname -m)" -o /usr/local/bin/docker-compose
sudo chmod +x /usr/local/bin/docker-compose

Install the Compose plugin