update 26.7.26

This commit is contained in:
kun
2026-07-26 02:09:48 +08:00
parent 39bb168568
commit 00cb8cd04e
12 changed files with 363 additions and 7 deletions
+1 -1
View File
@@ -291,6 +291,6 @@ NGINX_PROXY_READ_TIMEOUT=3600s
NGINX_PROXY_SEND_TIMEOUT=3600s
NGINX_ENABLE_CERTBOT_CHALLENGE=false
NGINX_SOCKET_IO_UPSTREAM=api_websocket:5001
EXPOSE_NGINX_PORT=3700
EXPOSE_NGINX_PORT=3400
EXPOSE_NGINX_SSL_PORT=8443
COMPOSE_PROFILES=${VECTOR_STORE:-weaviate},${DB_TYPE:-postgresql},collaboration
+2 -2
View File
@@ -129,9 +129,9 @@ def main():
base_dir = os.path.dirname(os.path.abspath(__file__))
env_example_path = os.path.join(base_dir, ".env.example")
template_path = os.path.join(base_dir, "docker-compose-template.yaml")
output_path = os.path.join(base_dir, "docker-compose.yaml")
output_path = os.path.join(base_dir, "compose.yml")
# Define header comments to be added at the top of docker-compose.yaml
# Define header comments to be added at the top of compose.yml
header_comments = (
"# ==================================================================\n"
"# WARNING: This file is auto-generated by generate_docker_compose\n"