feat(Docker): Adding a working Dockerfile and compose to prototype

This commit is contained in:
Josepablo Cruz
2026-04-01 14:03:20 -06:00
parent 4fcd3f01a5
commit bd3fddbbc2
13 changed files with 723 additions and 51 deletions

5
db/service/Makefile Normal file
View File

@@ -0,0 +1,5 @@
.PHONY: prepare
prepare:
rm initdb/*.sql
cp ../Models/schemas/eta_rbac.sql ./initdb/00-schema.sql
cp ../Models/init/eta_rbac_init.sql ./initdb/01-initdb.sql