Skip to content

Latest commit

 

History

History
28 lines (27 loc) · 1.23 KB

README.md

File metadata and controls

28 lines (27 loc) · 1.23 KB

raspberry-docker-compose

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.

Install Docker

curl -sSL https://get.docker.com | sh
sudo usermod -aG docker ${USER}

Install Docker Compose

sudo apt-get install -y libffi-dev libssl-dev python3-dev python3 python3-pip
sudo pip3 install docker-compose

Create Docker Stack

  1. Update <VARIABLES> in docker-compose.yml
  2. Create a directory including the docker compose file. The directory name will be the stack name
  3. Run this command
docker compose up -d

Templates