Skip to content

docker-compose templates for Bitwarden, Filerun, GoDaddy-DDNS, Nginx Proxy Manager, PiHole, Portainer on raspberry

Notifications You must be signed in to change notification settings

ReddixT/raspberry-docker-compose

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

docker-compose templates for Bitwarden, Filerun, GoDaddy-DDNS, Nginx Proxy Manager, PiHole, Portainer on raspberry

Topics

Resources

Stars

Watchers

Forks