docker setup for digitigrade
| fpm | put openssl in php + multiple simultaneous workers | |
| webserver | initial commit | |
| worker | put openssl in php + multiple simultaneous workers | |
| compose.yaml | put openssl in php + multiple simultaneous workers | |
| config.ini | initial commit | |
| README.md | change to use volumes for db data and uploads | |
docker thing for digitigrade
now you can use digitigrade easier, i guess
setup steps
- clone the repository
docker compose builddocker compose up -d- create an admin user:
docker exec -it digitigrade-fpm-1 bin/newuser <handle> <email> <password>(replacingdigitigrade-fpm-1with the right container name if it's different) - open it in your browser (
localhost:8080) - if you're going to be using a reverse proxy (which you will need to, if you want https) edit config.ini accordingly (change hostname and port to their outward-facing values, set https = true, etc.)
- if you want it to listen on a different port locally (not 8080) you will need to edit the compose.yaml file
known issues
- the version information doesn't work (it just says "Digitigrade @ unknown")