These are all docker-compose.yml files that I use on my raspberry.
If you have any questions about setting these containers up, you can create an issue.
curl -sSL https://get.docker.com | sh
sudo usermod -aG docker ${USER}
sudo apt-get install -y libffi-dev libssl-dev python3-dev python3 python3-pip
sudo pip3 install docker-compose
- Update
<VARIABLES>
in docker-compose.yml - Create a directory including the docker compose file. The directory name will be the stack name
- Run this command
docker compose up -d