1
0
Fork
You've already forked digitigrade-docker
0
docker setup for digitigrade
  • Dockerfile 100%
2025年05月09日 14:00:43 +01:00
fpm put openssl in php + multiple simultaneous workers 2025年05月09日 14:00:43 +01:00
webserver initial commit 2025年05月09日 02:16:28 +01:00
worker put openssl in php + multiple simultaneous workers 2025年05月09日 14:00:43 +01:00
compose.yaml put openssl in php + multiple simultaneous workers 2025年05月09日 14:00:43 +01:00
config.ini initial commit 2025年05月09日 02:16:28 +01:00
README.md change to use volumes for db data and uploads 2025年05月09日 12:44:32 +01:00

docker thing for digitigrade

now you can use digitigrade easier, i guess

setup steps

  1. clone the repository
  2. docker compose build
  3. docker compose up -d
  4. create an admin user: docker exec -it digitigrade-fpm-1 bin/newuser <handle> <email> <password> (replacing digitigrade-fpm-1 with the right container name if it's different)
  5. open it in your browser (localhost:8080)
  6. 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")