diff options
Diffstat (limited to 'stacks/cgit')
| -rw-r--r-- | stacks/cgit/.env.template | 18 | ||||
| -rw-r--r-- | stacks/cgit/.gitignore | 9 | ||||
| -rw-r--r-- | stacks/cgit/.run.template | 7 | ||||
| -rw-r--r-- | stacks/cgit/compose.yml | 24 |
4 files changed, 0 insertions, 58 deletions
diff --git a/stacks/cgit/.env.template b/stacks/cgit/.env.template deleted file mode 100644 index c461361..0000000 --- a/stacks/cgit/.env.template +++ /dev/null @@ -1,18 +0,0 @@ -# -# -# Stack Compose Variables - -# Namespaces -_STACK_0= - -# Containers -_CONTAINER_0= - -# Networks -_NET_0= - -# Volumes -_CSS_FILE= -_CONFIG_FILE= -_GIT_ROOT= -_IMPORTS= diff --git a/stacks/cgit/.gitignore b/stacks/cgit/.gitignore deleted file mode 100644 index 4c28985..0000000 --- a/stacks/cgit/.gitignore +++ /dev/null @@ -1,9 +0,0 @@ -# Ignore .env files -*.env -srv/ -srv/* -opt/ -opt/* -etc/ -etc/* -compose.test.yml diff --git a/stacks/cgit/.run.template b/stacks/cgit/.run.template deleted file mode 100644 index cd5eebc..0000000 --- a/stacks/cgit/.run.template +++ /dev/null @@ -1,7 +0,0 @@ -# -# -# Stack Runtime Variables -HTTP_AUTH_USER= -HTTP_AUTH_PASSWORD= -GIT_HTTP_AUTH_USER= -GIT_HTTP_AUTH_PASSWORD= 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 |
