From 2b7d5ec4be0a9fe1fdd0d882680c6e246a9bcf7c Mon Sep 17 00:00:00 2001 From: Alex Stanfield <13949480+chaptersix@users.noreply.github.com> Date: Mon, 5 Jan 2026 15:52:38 -0600 Subject: [PATCH] Add archived warning and redirect to samples-server Added a warning about the repository being archived and redirected users to the new location for docker-compose examples. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3135a16f..44b9d611 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # Temporal Server docker-compose files - +[!WARNING] > **⚠️ ARCHIVED**: This repository has been archived. All docker-compose examples have been moved to the [samples-server](https://github.com/temporalio/samples-server/tree/main/compose) repository. Please use that repository for the latest docker-compose configurations. This repository provides docker-compose files that enable you to run a local instance of the Temporal Server.