Siren OAI creates thread if possible for conversations

This commit is contained in:
2023-07-07 12:24:04 -04:00
parent b09b09453a
commit 7d94f07329
2 changed files with 17 additions and 5 deletions

View File

@@ -2,13 +2,13 @@ version: '3'
services:
siren:
image: siren:${SIREN_VERSION}
image: siren:${SIREN_VERSION:-latest}
container_name: siren
build:
context: .
dockerfile: ./Dockerfile
args:
- VERSION=${SIREN_VERSION}
- VERSION=${SIREN_VERSION:-latest}
volumes:
- ./app:/siren
environment: