Difference between revisions of "Docker"
Jump to navigation
Jump to search
(Created page with "hello world!") |
|||
Line 1: | Line 1: | ||
− | + | So how did I gin up a wiki page? I cheated.<br><br> | |
+ | I knew that I wanted a few different resources and didn't want to spin up a separate cloud node for each project. I could spend 32 weeks studying reverse proxies and goof my way thru it but ain't nobody got time for that. I paid a guy on fiverr about $75 to use docker to set up a Traefik reverse proxy container, a MySQL container and managing adminer container, and a wiki and wordpress container as working examples.<br><br> | ||
+ | Below is a brief journey of how it all progressed and some sample config files to maybe get you started.<br><br> | ||
+ | |||
+ | ===Traefik reverse proxy=== | ||
+ | *Wat it do | ||
+ | *docker-compose.yml file | ||
+ | *config stuff?? | ||
+ | |||
+ | ===MySQL and Adminer=== | ||
+ | *Wat it do | ||
+ | *docker-compose.yml file | ||
+ | *config stuff?? | ||
+ | |||
+ | ===mediawiki 1.35=== | ||
+ | *Wat it do | ||
+ | *docker-compose.yml | ||
+ | *config stuff | ||
+ | *extensions for fun and opsec | ||
+ | |||
+ | ===LAMP stack=== | ||
+ | *you get a LAMP stack and you get a LAMP stack, evrybody on Oprah getting a LAMP stack!!!! | ||
+ | *docker-compose.yml | ||
+ | *config stuff | ||
+ | *bootstrap templates | ||
+ | *config stuff | ||
+ | |||
+ | ===PodcastGenerator!!=== | ||
+ | Cause who doesn't need a RSS feed of their own | ||
+ | *Wat it do | ||
+ | *docker-compose.yml | ||
+ | *config stuff |
Revision as of 00:02, 21 December 2020
So how did I gin up a wiki page? I cheated.
I knew that I wanted a few different resources and didn't want to spin up a separate cloud node for each project. I could spend 32 weeks studying reverse proxies and goof my way thru it but ain't nobody got time for that. I paid a guy on fiverr about $75 to use docker to set up a Traefik reverse proxy container, a MySQL container and managing adminer container, and a wiki and wordpress container as working examples.
Below is a brief journey of how it all progressed and some sample config files to maybe get you started.
Traefik reverse proxy
- Wat it do
- docker-compose.yml file
- config stuff??
MySQL and Adminer
- Wat it do
- docker-compose.yml file
- config stuff??
mediawiki 1.35
- Wat it do
- docker-compose.yml
- config stuff
- extensions for fun and opsec
LAMP stack
- you get a LAMP stack and you get a LAMP stack, evrybody on Oprah getting a LAMP stack!!!!
- docker-compose.yml
- config stuff
- bootstrap templates
- config stuff
PodcastGenerator!!
Cause who doesn't need a RSS feed of their own
- Wat it do
- docker-compose.yml
- config stuff