aboutsummaryrefslogtreecommitdiff
path: root/templates/docker-compose.yaml.template
diff options
context:
space:
mode:
authorYuqian Yang <crupest@crupest.life>2025-02-19 02:05:39 +0800
committerYuqian Yang <crupest@crupest.life>2025-02-19 02:42:42 +0800
commitb524986daf378cfe7aeafddafa98e9f978d26729 (patch)
tree18bce74a6c0851789e1d20b38110a177d94f7eb6 /templates/docker-compose.yaml.template
parent694edd52d51f61460117d4f7e4e62e6b990c5e32 (diff)
downloadcrupest-b524986daf378cfe7aeafddafa98e9f978d26729.tar.gz
crupest-b524986daf378cfe7aeafddafa98e9f978d26729.tar.bz2
crupest-b524986daf378cfe7aeafddafa98e9f978d26729.zip
chore(docker): remove crupest-api, forgejo and move dropped.
Diffstat (limited to 'templates/docker-compose.yaml.template')
-rw-r--r--templates/docker-compose.yaml.template14
1 files changed, 0 insertions, 14 deletions
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: