snlavaise
223f8b01ab
feat: add persistent database volume to Dockerfile and docker-compose.yml
2026-08-10 08:07:23 +00:00
snlavaise
e3a6690c30
Add MongoDB integration and configure Docker container to publish app on port 8084
2026-08-09 18:44:24 +00:00
snlavaise
a3ead13ec6
Use separate MariaDB container
2026-04-24 17:29:07 -03:00
snlavaise
91836d44fe
Create admin via API after server starts
2026-04-24 14:51:46 -03:00
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