From 4c5df72057fe02257e243de37930a47425a84722 Mon Sep 17 00:00:00 2001 From: Yuqian Yang Date: Wed, 19 Feb 2025 02:05:39 +0800 Subject: chore(docker): remove crupest-api, forgejo and move dropped. --- templates/docker-compose.yaml.template | 14 -------------- 1 file changed, 14 deletions(-) (limited to 'templates/docker-compose.yaml.template') diff --git a/templates/docker-compose.yaml.template b/templates/docker-compose.yaml.template index d55c7c2..4a8bb36 100644 --- a/templates/docker-compose.yaml.template +++ b/templates/docker-compose.yaml.template @@ -120,20 +120,6 @@ services: timeout: 3s retries: 0 - forgejo: - image: code.forgejo.org/forgejo/forgejo:10 - pull_policy: always - container_name: forgejo - mem_limit: 800mb - environment: - - USER_UID=1000 - - USER_GID=1000 - volumes: - - ./data/forgejo:/data - - /etc/timezone:/etc/timezone:ro - - /etc/localtime:/etc/localtime:ro - restart: on-failure:3 - git-server: pull_policy: build build: -- cgit v1.2.3