From 2578d12ea47d10130472a845244e4aaac48897cb Mon Sep 17 00:00:00 2001 From: RATDAD Date: Fri, 6 Mar 2026 02:05:52 -0500 Subject: checkpoint: development state --- stacks/cgit/compose.yml | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 stacks/cgit/compose.yml (limited to 'stacks/cgit/compose.yml') diff --git a/stacks/cgit/compose.yml b/stacks/cgit/compose.yml deleted file mode 100644 index b40dbaf..0000000 --- a/stacks/cgit/compose.yml +++ /dev/null @@ -1,24 +0,0 @@ -name: ${_STACK_0} - -networks: - net: - name: ${_NET_0} - external: true - -services: - cgit: - container_name: ${_CONTAINER_0} - image: ratdad/cgit:latest - env_file: - - .run.env - - .env - networks: - - net - expose: - - 80 - volumes: - # TODO: Make these cgit-docker builtins. - - ${_CSS_FILE:-./opt/cgit.css}:/srv/www/htdocs/cgit/cgit.css - - ${_CONFIG_FILE:-./etc/cgitrc}:/etc/cgitrc - - ${_IMPORTS:-./opt/}:/opt - - ${_GIT_ROOT:-./srv/git/}:/srv/git # mount the directory you use for your git server -- cgit v1.2.3-70-g09d2