Skip to content

docker compose templates for my various applications

Notifications You must be signed in to change notification settings

mirchow/docker-templates

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker-templates

docker compose templates for my various applications

For other repos and images checkout

https://github.com/novaspirit/pi-hosted/tree/master/images

https://github.com/ibracorp/templates

curl -sSL https://get.docker.com | sh || error "Failed to install Docker."
sudo usermod -aG docker $USER || error "Failed to add user to the Docker usergroup."
echo "Remember to logoff/reboot for the changes to take effect."

docker network create proxy
docker network create secure

Clone this repo, copy the sample.env to .env and link it to every folder

ln /path/to/global/.env /path/to/app_folder/.env 

About

docker compose templates for my various applications

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages