2020-04-28 14:59:52 -07:00
2020-04-26 18:36:20 -07:00
2020-04-27 22:50:01 -07:00
2020-04-25 15:52:39 -07:00
2020-04-26 20:20:09 -07:00
2020-04-25 15:52:39 -07:00
2020-04-25 15:52:39 -07:00
2020-04-27 22:50:01 -07:00
2020-04-25 15:52:39 -07:00
2020-04-25 10:40:59 -07:00
2020-04-25 10:40:59 -07:00
2020-04-28 14:59:52 -07:00
2020-04-27 22:50:01 -07:00
2020-04-25 18:15:52 -07:00
2020-04-25 15:52:39 -07:00
2020-04-28 14:59:52 -07:00
2020-04-25 15:52:39 -07:00
2020-04-16 21:13:59 -07:00
2020-04-16 21:13:59 -07:00
2020-04-26 18:36:20 -07:00

Nick Yeoman's Collection of Docker compose files

Checkout https://www.nickyeoman.com/ to learn more.

With the exception of traefik and portainer the process is pretty much the same.

The idea is to run all these services off of one host and they are setup so you can run multiple versions of any software just by changing the .env file

The process is:

  1. cd ~/Git/docker-cookbooks/app-you-want-to-use
  2. cp env-sample .env
  3. vi .env
  4. PREFIX in .env should the project_name (for example nick_yeoman or ny)
  5. docker-compose -p project_name up -d

To create multiple projects is a little bit more tricky as you have to define new directories for the .env file.

To do this I've just been copying the app folder to a domain-name folder. Which isn't ideal, but I don't know how to do this more elegantly.

Possible additions:

S
Description
Backup copy
Readme
757 KiB
Languages
Python 31.8%
Shell 29.6%
HTML 22.7%
Dockerfile 15.9%