repos / git-pr

a self-hosted git collaboration server
git clone https://github.com/picosh/git-pr.git

commit
c1bb7fc
parent
6aa7aac
author
Eric Bower
date
2024-07-10 13:42:18 -0400 EDT
refactor: docker
1 files changed,  +6, -6
M docker-compose.prod.yml
+6, -6
 1@@ -14,10 +14,10 @@ services:
 2       - ./data/git-caddy/data:/data
 3       - ./data/git-caddy/config:/config
 4     ports:
 5-      - "${GIT_HTTPS_V4:-443}:443"
 6-      - "${GIT_HTTP_V4:-80}:80"
 7-      - "${GIT_HTTPS_V6:-[::1]:443}:443"
 8-      - "${GIT_HTTP_V6:-[::1]:80}:80"
 9+      - "${GITPR_HTTPS_V4:-443}:443"
10+      - "${GITPR_HTTP_V4:-80}:80"
11+      - "${GITPR_HTTPS_V6:-[::1]:443}:443"
12+      - "${GITPR_HTTP_V6:-[::1]:80}:80"
13   web:
14     networks:
15       git:
16@@ -33,8 +33,8 @@ services:
17     env_file:
18       - .env.prod
19     ports:
20-      - "${GIT_SSH_V4:-22}:2222"
21-      - "${GIT_SSH_V6:-[::1]:22}:2222"
22+      - "${GITPR_SSH_V4:-22}:2222"
23+      - "${GITPR_SSH_V6:-[::1]:22}:2222"
24 networks:
25   git:
26     driver_opts: