diff --git a/ansible/deploy-to-node.yaml b/ansible/deploy-to-node.yaml index 4fc6fe4e..defff549 100644 --- a/ansible/deploy-to-node.yaml +++ b/ansible/deploy-to-node.yaml @@ -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"