- add: database schema

- add: ability to delete keys from RedisCache
- update: docker compose to init the database with the schema
This commit is contained in:
2024-12-17 01:54:46 -05:00
parent 277d25a820
commit 267422adb4
4 changed files with 125 additions and 2 deletions

View File

@@ -87,6 +87,7 @@
- "5432:5432"
volumes:
- db_data:/var/lib/postgresql/data
- ./sql/schema.sql:/docker-entrypoint-initdb.d/schema.sql:ro
consul:
image: consul:1.15.4