]> Untitled Git - web-git-daemon.git/commitdiff
Added prod compose file
authorClifton Palmer <clifton.james.palmer@protonmail.com>
Tue, 10 Dec 2024 10:36:43 +0000 (04:36 -0600)
committerClifton Palmer <clifton.james.palmer@protonmail.com>
Tue, 10 Dec 2024 10:36:43 +0000 (04:36 -0600)
docker-compose-prod.yml [new file with mode: 0644]

diff --git a/docker-compose-prod.yml b/docker-compose-prod.yml
new file mode 100644 (file)
index 0000000..97fa518
--- /dev/null
@@ -0,0 +1,11 @@
+version: '3'
+networks:
+    proxy:
+        external: true
+services:
+    web:
+        image: cjpalmer/git-daemon:0.1.0
+        volumes:
+        - /srv/git:/srv/git:ro
+        networks:
+        - proxy