aboutsummaryrefslogtreecommitdiffstats
path: root/compose.yml
diff options
context:
space:
mode:
authorLibravatarLarge Libravatar memdmp <memdmpestrogenzone>2025-01-15 12:46:50 +0100
committerLibravatarLarge Libravatar memdmp <memdmpestrogenzone>2025-01-15 12:46:50 +0100
commit8d203094d1f39805670574ddc97ffb3d97497bf8 (patch)
treeb8c7439a1f0561f36ef120312499d0c8a918845d /compose.yml
parentdf5e75dcd0b30b1e40b49ac01ce6265a592bdfc7 (diff)
downloadcgit-oci-8d203094d1f39805670574ddc97ffb3d97497bf8.tar.gz
cgit-oci-8d203094d1f39805670574ddc97ffb3d97497bf8.tar.bz2
cgit-oci-8d203094d1f39805670574ddc97ffb3d97497bf8.tar.lz
cgit-oci-8d203094d1f39805670574ddc97ffb3d97497bf8.zip

feat: nicen up the repo for estrogen.zone

Diffstat (limited to 'compose.yml')
-rw-r--r--compose.yml6
1 files changed, 5 insertions, 1 deletions
diff --git a/compose.yml b/compose.yml
index d5996f5..a10ed22 100644
--- a/compose.yml
+++ b/compose.yml
@@ -7,6 +7,11 @@ services:
volumes:
- cgit_ssh:/etc/ssh:rw
- ./cgit/repos:/var/lib/git:rw
+ - ./cgit/zshhist:/root/.zsh_history:rw
+ # Copy these directories from the container first, then uncomment to modify things:
+ # - ./cgit/caddy:/etc/caddy:ro
+ # - ./cgit/html-converters:/usr/lib/cgit/filters/html-converters:ro
+ # - ./cgit/extra-filters:/usr/lib/cgit/filters/extra:ro
ports:
- 127.0.0.1:18080:80
- 127.0.0.1:12222:22
@@ -15,4 +20,3 @@ services:
volumes:
cgit_ssh:
- cgit_repos: