feat: implement project repository with Redis caching and transaction support
All checks were successful
Build and Release / release (push) Successful in 1m36s
All checks were successful
Build and Release / release (push) Successful in 1m36s
This commit is contained in:
@@ -3,6 +3,7 @@ services:
|
||||
image: azenkain/postgres-postgis-pgvector:18
|
||||
container_name: history_db
|
||||
restart: unless-stopped
|
||||
|
||||
env_file:
|
||||
- ./assets/resources/.env
|
||||
environment:
|
||||
@@ -10,6 +11,8 @@ services:
|
||||
- POSTGRES_PASSWORD=${POSTGRES_PASSWORD}
|
||||
- POSTGRES_DB=${POSTGRES_DB}
|
||||
- PGDATA=/var/lib/postgresql/data
|
||||
ports:
|
||||
- "5432:5432"
|
||||
volumes:
|
||||
- history_db_data:/var/lib/postgresql/data
|
||||
healthcheck:
|
||||
|
||||
Reference in New Issue
Block a user