update apps: bionicgpt
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
APP_REPOSITORY_URL ?= https://github.com/purton-tech/bionicgpt
|
||||
APP_VERSION ?= v1.1.14
|
||||
ENV_VARS += BIONICGPT_ENVOY_SERVICE_7700_TAGS
|
||||
BIONICGPT_ENVOY_SERVICE_7700_TAGS ?= $(call tagprefix)
|
||||
BIONICGPT_REPOSITORY_URL ?= https://github.com/purton-tech/bionicgpt
|
||||
BIONICGPT_VERSION ?= v1.3.3
|
||||
ENV_VARS += BIONICGPT_ENVOY_SERVICE_7700_TAGS
|
||||
|
||||
@@ -23,7 +23,7 @@ services:
|
||||
volumes:
|
||||
- pgdata:/var/lib/postgresql/data
|
||||
|
||||
embeddings-job:
|
||||
pipeline-job:
|
||||
environment:
|
||||
APP_DATABASE_URL: postgresql://${BIONICGPT_DB_APP_USER:-ft_application}:${BIONICGPT_DB_APP_PASSWORD:-testpassword}@db:5432/${BIONICGPT_DB_POSTGRES_DB:-finetuna}?sslmode=disable
|
||||
|
||||
|
||||
Reference in New Issue
Block a user