mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-08-09 23:45:21 +02:00
add OPENAI_ACCESS_TOKEN to compose example
Signed-off-by: Let Avocado <letavocado@gmail.com>
This commit is contained in:
parent
e6b69c1f5c
commit
cc34bf0d28
1 changed files with 2 additions and 1 deletions
|
@ -41,6 +41,7 @@ x-rails-env: &rails_env
|
|||
DB_HOST: db
|
||||
DB_PORT: 5432
|
||||
REDIS_URL: redis://redis:6379/1
|
||||
OPENAI_ACCESS_TOKEN: ${OPENAI_ACCESS_TOKEN}
|
||||
|
||||
services:
|
||||
web:
|
||||
|
@ -97,4 +98,4 @@ services:
|
|||
volumes:
|
||||
app-storage:
|
||||
postgres-data:
|
||||
redis-data:
|
||||
redis-data:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue