Pogmom Suite Server Docker Files
Find a file
Penelope Gwen / Pogmommy 4994b3a334
Merge pull request #1 from pogmommy/pogmommy-patch-1
Update README.md
2023-12-05 11:37:26 -07:00
README.md Update README.md 2023-12-05 11:36:28 -07:00

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:

  1. clone desired branch git clone -b branchname --single-branch https://github.com/pogmommy/Dockers.git && cd Dockers
  2. move or copy .env_template to .env cp .env_template .env
  3. edit .env as needed to fill in your appropiate values- be sure to check out the projects linked in docker-compose.yml for documentation
  4. edit docker-compose.yml to fit your needs
  5. build and run containers sudo docker-compose up -d
  6. follow any other setup needed according to the relevant containers