mirror of
https://github.com/nickyeoman/docker-compose-cookbooks.git
synced 2026-09-04 02:46:23 +00:00
6c56f260d2a8ccb973d0ce19ba1d60f6cc6e762c
Nick Yeoman's Collection of Docker compose files
Checkout https://www.nickyeoman.com/ to learn more.
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:
- cd ~/Git/docker-cookbooks/app-you-want-to-use
- cp env-sample .env
- vi .env
- PREFIX in .env should the project_name (for example nick_yeoman or ny)
- 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:
Languages
Python
31.8%
Shell
29.6%
HTML
22.7%
Dockerfile
15.9%