diff --git a/public/docker-compose.yml b/public/docker-compose.yml index 2da49b4..15a06e7 100644 --- a/public/docker-compose.yml +++ b/public/docker-compose.yml @@ -2,7 +2,7 @@ version: "3.9" services: refact: - image: smallcloud/refact_self_hosting_enterprise:beta + image: smallcloud/refact_self_hosting_enterprise:latest volumes: - perm_storage:/perm_storage ports: diff --git a/src/content/docs/guides/enterprise.md b/src/content/docs/guides/enterprise.md index 2cdaee8..5dd429c 100644 --- a/src/content/docs/guides/enterprise.md +++ b/src/content/docs/guides/enterprise.md @@ -1,5 +1,5 @@ --- -title: Enterprise Refact Edition (Beta) +title: Enterprise Refact Edition description: What Enterprise Refact is and how it works. --- @@ -15,9 +15,12 @@ The enterprise plan is designed for teams who want to have full control over the Run the following in your terminal: ``` -docker pull smallcloud/refact_self_hosting_enterprise:beta +docker pull smallcloud/refact_self_hosting_enterprise:latest wget https://docs.refact.ai/docker-compose.yml ``` +:::note +If you have used the enterprise with a `beta` tag before, please ensure you use the `latest` tag from now. +::: [Download](https://docs.refact.ai/docker-compose.yml) the `docker-compose.yml` file and run the docker `compose up` command in your terminal. ## Generating a Random Admin Password @@ -62,4 +65,4 @@ For VS Code: go to “Settings” and specify the server address and Refact API For JetBrains: go to “Settings” and specify the server address and the Refact API key provided by your admin. -Once you connect the API key, start writing code, and code suggestions from a selected model will appear automatically. \ No newline at end of file +Once you connect the API key, start writing code, and code suggestions from a selected model will appear automatically.