A set of YAML files to create stacks of Docker containers using Docker Compose or Portainer.
⚠ Be sure to edit the YAML files and change local directories (e.g.
/opt/docker
and/mnt/storage
, etc.) to the path of your own local data before running!
git clone https://github.com/fullmetalbrackets/docker.git
cd docker
docker compose -f <filename>.yaml up -d
- Login to Portainer, choose environment and go to Stacks -> Add new stack
- Copy and paste contents of a YAML file into the Web editor and click Deploy the stack.