From 245f545b20a148f09b068397cf9254ee7f346305 Mon Sep 17 00:00:00 2001 From: CREATIVE_tg1 <1+creative_tg1@noreply.localhost> Date: Wed, 20 May 2026 22:10:53 +0000 Subject: [PATCH] =?UTF-8?q?=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=B8=D1=82?= =?UTF-8?q?=D1=8C=20docker-compose.yml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docker-compose.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 docker-compose.yml diff --git a/docker-compose.yml b/docker-compose.yml new file mode 100644 index 0000000..09cd2fa --- /dev/null +++ b/docker-compose.yml @@ -0,0 +1,16 @@ +services: + gitea-mcp: + build: + context: . + dockerfile: Dockerfile + container_name: gitea-mcp + command: + - "-t" + - "sse" + - "--host" + - "${GITEA_URL}" + - "--token" + - "${GITEA_TOKEN}" + restart: unless-stopped + expose: + - "3001:8080" \ No newline at end of file