Updated chat/oai layout

This commit is contained in:
Benjamin Sherriff
2024-01-28 11:07:32 -05:00
parent b474866e7e
commit d04c34d555
14 changed files with 332 additions and 370 deletions

View File

@@ -30,6 +30,8 @@ services:
- ${SERVICE_PORT:-5000}:5000
depends_on:
- db
- redis
- minio
networks:
- frontend
- backend
@@ -53,6 +55,8 @@ services:
redis:
image: redis:latest
container_name: siren-redis
volumes:
- redis:/data
ports:
- ${REDIS_PORT:-6379}:6379
networks:
@@ -77,6 +81,7 @@ services:
volumes:
db:
db_logs:
redis:
minio:
networks: