]> prime8.dev >> repos - p8d.git/commitdiff
Added bindings for git
authorDamian Myrda <monkey.damianek@gmail.com>
Tue, 10 Sep 2024 13:15:01 +0000 (08:15 -0500)
committerDamian Myrda <monkey.damianek@gmail.com>
Tue, 10 Sep 2024 13:15:01 +0000 (08:15 -0500)
compose.yml

index 226e2c17eb24b504956c75a54d830c7c3fdcf06e..ad588b46653f151f9bb6c814995f4f5b5f23b662 100644 (file)
@@ -64,10 +64,14 @@ services:
   git:
     container_name: git
     image: woahbase/alpine-cgit:latest
+    ports:
+      - "22"
     expose:
       - "80"
     volumes:
-      - ./git/:/srv/git
+      - ./git/:/git/
+      - ./git/repos/:/repositories/
+      - /etc/ssh:/ssh/
     networks:
       - common
     restart: always