Commit Graph
8 Commits
Author SHA1 Message Date
snlavaise 37cf46663e Simplify admin user creation in entrypoint 2026-04-24 14:51:17 -03:00
snlavaise efc7b70998 Use node crypto for UUID instead of uuidgen 2026-04-24 14:45:53 -03:00
snlavaise c6e1853034 Fix env vars and remove nginx volume 2026-04-24 14:37:03 -03:00
snlavaise ae25a7c88f Fix Docker: add nginx volume, simplify entrypoint 2026-04-24 14:01:49 -03:00
snlavaise b4f3e2ba7a Fix Docker build and entrypoint script 2026-04-24 13:50:05 -03:00
snlavaise 5761e8339c Add admin user creation on first run 2026-04-24 13:27:02 -03:00
snlavaise 21080c1fa3 Fix docker-entrypoint to wait longer for DB and pass commands correctly 2026-04-24 13:19:38 -03:00
snlavaise cc47981915 Add Docker with MariaDB support
- Dockerfile now includes MariaDB server
- Add docker-entrypoint.sh to initialize DB, create user, and set permissions
- docker-compose.yml with configurable environment variables
- Nginx config proxies API to backend
2026-04-24 13:17:31 -03:00