update 26.7.26
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user