mirror of
https://github.com/rennf93/roboco.git
synced 2026-08-03 07:23:24 +02:00
Documenter is ignored but it works pretty well
This commit is contained in:
+2
-7
@@ -1,13 +1,9 @@
|
||||
services:
|
||||
# ==========================================================================
|
||||
# PostgreSQL - Primary Database with pgvector for RAG
|
||||
# Uses Docker Hardened Image (DHI) base with pgvector extension
|
||||
# ==========================================================================
|
||||
postgres:
|
||||
build:
|
||||
context: .
|
||||
dockerfile: docker/postgres-pgvector.Dockerfile
|
||||
image: roboco-postgres-pgvector
|
||||
image: pgvector/pgvector:pg16
|
||||
container_name: roboco-postgres
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
@@ -26,10 +22,9 @@ services:
|
||||
|
||||
# ==========================================================================
|
||||
# Redis - Cache, Sessions, Event Bus
|
||||
# Uses Docker Hardened Image (DHI) for enhanced security
|
||||
# ==========================================================================
|
||||
redis:
|
||||
image: dhi.io/redis:8-alpine
|
||||
image: redis:8-alpine
|
||||
container_name: roboco-redis
|
||||
restart: unless-stopped
|
||||
command: redis-server --appendonly yes
|
||||
|
||||
Reference in New Issue
Block a user