mirror of
https://github.com/appwrite/appwrite
synced 2026-05-24 09:28:40 +00:00
Merge pull request #10887 from appwrite/chore-bump-assistant-0.8.4
chore: bump assistant 0.8.4
This commit is contained in:
commit
c5b2b67361
3 changed files with 5 additions and 5 deletions
|
|
@ -24,9 +24,9 @@ ENV _APP_VERSION=$VERSION \
|
||||||
_APP_HOME=https://appwrite.io
|
_APP_HOME=https://appwrite.io
|
||||||
|
|
||||||
RUN \
|
RUN \
|
||||||
if [ "$DEBUG" == "true" ]; then \
|
if [ "$DEBUG" == "true" ]; then \
|
||||||
apk add boost boost-dev; \
|
apk add boost boost-dev; \
|
||||||
fi
|
fi
|
||||||
|
|
||||||
WORKDIR /usr/src/code
|
WORKDIR /usr/src/code
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -849,7 +849,7 @@ $image = $this->getParam('image', '');
|
||||||
- _APP_DB_PASS
|
- _APP_DB_PASS
|
||||||
|
|
||||||
appwrite-assistant:
|
appwrite-assistant:
|
||||||
image: appwrite/assistant:0.8.3
|
image: appwrite/assistant:0.8.4
|
||||||
container_name: appwrite-assistant
|
container_name: appwrite-assistant
|
||||||
<<: *x-logging
|
<<: *x-logging
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|
@ -857,7 +857,7 @@ $image = $this->getParam('image', '');
|
||||||
- appwrite
|
- appwrite
|
||||||
environment:
|
environment:
|
||||||
- _APP_ASSISTANT_OPENAI_API_KEY
|
- _APP_ASSISTANT_OPENAI_API_KEY
|
||||||
|
|
||||||
appwrite-browser:
|
appwrite-browser:
|
||||||
image: appwrite/browser:0.3.2
|
image: appwrite/browser:0.3.2
|
||||||
container_name: appwrite-browser
|
container_name: appwrite-browser
|
||||||
|
|
|
||||||
|
|
@ -951,7 +951,7 @@ services:
|
||||||
|
|
||||||
appwrite-assistant:
|
appwrite-assistant:
|
||||||
container_name: appwrite-assistant
|
container_name: appwrite-assistant
|
||||||
image: appwrite/assistant:0.8.3
|
image: appwrite/assistant:0.8.4
|
||||||
networks:
|
networks:
|
||||||
- appwrite
|
- appwrite
|
||||||
environment:
|
environment:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue