fixed staging deployment

This commit is contained in:
Yannic Kilcher
2023-01-16 00:22:59 +01:00
parent c0cb15bbb0
commit 0efade980d
+1 -1
View File
@@ -66,7 +66,6 @@
POSTGRES_USER: postgres
POSTGRES_PASSWORD: "{{ postgres_password }}"
POSTGRES_DB: postgres
OFFICIAL_WEB_API_KEY: "{{ web_api_key }}"
volumes:
- "oasst-{{ stack_name }}-postgres-{{ item.name
}}:/var/lib/postgresql/data"
@@ -101,6 +100,7 @@
DEBUG_SKIP_EMBEDDING_COMPUTATION: "true"
DEBUG_SKIP_TOXICITY_CALCULATION:
"{{ 'true' if stack_name == 'dev' else 'false' }}"
OFFICIAL_WEB_API_KEY: "{{ web_api_key }}"
ports:
- "{{ backend_port }}:8080"