- commit
- 4e543eb
- parent
- 0ade815
- author
- Eric Bower
- date
- 2024-05-21 14:59:59 -0400 EDT
chore: cleanup
2 files changed,
+15,
-2
+13,
-0
1@@ -0,0 +1,13 @@
2+CF_API_TOKEN=
3+
4+GIT_V4=
5+GIT_V6=
6+GIT_HTTP_V4=$GIT_V4:80
7+GIT_HTTP_V6=[$GIT_V6]:80
8+GIT_HTTPS_V4=$GIT_V4:443
9+GIT_HTTPS_V6=[$GIT_V6]:443
10+GIT_SSH_V4=$GIT_V4:22
11+GIT_SSH_V6=[$GIT_V6]:22
12+GIT_HOST=
13+GIT_SSH_PORT=2222
14+GIT_WEB_PORT=3000
+2,
-2
1@@ -3,9 +3,9 @@ services:
2 image: ghcr.io/picosh/pico/git-web:latest
3 restart: always
4 volumes:
5- - ./data/git-pr:/app/ssh_data
6+ - ./data/git-pr/data:/app/ssh_data
7 ssh:
8 image: ghcr.io/picosh/pico/git-ssh:latest
9 restart: always
10 volumes:
11- - ./data/git-pr:/app/ssh_data
12+ - ./data/git-pr/data:/app/ssh_data