- 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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user