mirror of
https://github.com/wassname/Open-Assistant.git
synced 2026-06-27 16:10:30 +08:00
Adding discord credentials to dev deployment
This commit is contained in:
+4
-2
@@ -70,8 +70,10 @@
|
||||
restart_policy: always
|
||||
network_mode: oasst
|
||||
env:
|
||||
DISCORD_CLIENT_ID: "{{ lookup('WEB_DISCORD_CLIENT_ID') }} "
|
||||
DISCORD_CLIENT_SECRET: "{{ lookup('WEB_DISCORD_CLIENT_SECRET') }} "
|
||||
DISCORD_CLIENT_ID:
|
||||
"{{ lookup('ansible.builtin.env', 'WEB_DISCORD_CLIENT_ID') }} "
|
||||
DISCORD_CLIENT_SECRET:
|
||||
"{{ lookup('ansible.builtin.env', 'WEB_DISCORD_CLIENT_SECRET') }} "
|
||||
FASTAPI_URL: http://oasst-backend:8080
|
||||
FASTAPI_KEY: "1234"
|
||||
DATABASE_URL: postgres://postgres:postgres@oasst-postgres-web/postgres
|
||||
|
||||
Reference in New Issue
Block a user