Starter Template for Silverstripe with mariadb running with docker compose
- Dockerfile 63.4%
- HTML 36.6%
| monkeeapp | ||
| .gitignore | ||
| composer.json | ||
| docker-compose.yml | ||
| Dockerfile | ||
| LICENSE | ||
| README.md | ||
silverstripe_docker
Starter Template for Silverstripe with mariadb running with docker compose
HowTo Deploy
pre requisites
server with docker and docker compose installed
step by step
- clone this repository
- Adjust Passwords in docker-compose.yml file (Todo .env)
- docker compose up
check if index.html from app folder is showing at http://localhost:8080
Customize
Put your app inside the App Folder