Pogmom Suite Server Docker Files
|
|
||
|---|---|---|
| README.md | ||
Pogmom's Docker Composes
Docker composes are separated by branches corresponding to the machine they will be run on. Please change branches to view the docker composes.
##Usage:
- clone desired branch
git clone -b branchname --single-branch https://github.com/pogmommy/Dockers.git && cd Dockers - move or copy .env_template to .env
cp .env_template .env - edit .env as needed to fill in your appropiate values- be sure to check out the projects linked in docker-compose.yml for documentation
- edit docker-compose.yml to fit your needs
- build and run containers
sudo docker-compose up -d - follow any other setup needed according to the relevant containers