-
Clone:
git clone https://github.com/clandestine8/DockerProjects.git Projects && cd Projects
-
Clone your app(s) into the a subfolder under
Repos
-
From the
Projects
folder rundocker compose up -d
-
Adjust
docker-compose.yaml
for your projects. Duplicate the example app for PHP based apps -
Adjust
Caddyfile
for your Apps and Services. See https://caddyserver.com/docs/caddyfile for more help -
From the
Projects
folder rundocker compose up -d && docker compose restart caddy
to apply new settings.
https://--app-url--.localhost/ is where you will find you PHP App
https://phpmyadmin.localhost/ is your PhpMyAdmin UI
https://mailhog.localhost/ is your mailhog UI
Feel Free to Fork & Enjoy!