diff options
| author | 2025-10-27 11:08:53 +0100 | |
|---|---|---|
| committer | 2025-10-27 11:08:53 +0100 | |
| commit | 79b4923b6d48dec074902b2ee227da8c3579766c (patch) | |
| tree | d175b4e041b499155750a2909d208c4556e9aeb6 /docker-compose.yml | |
| parent | 73181e030c2552fc981b6c3a115c1b68dbc9a14b (diff) | |
Added basic acl handling of read/write git repos
Diffstat (limited to 'docker-compose.yml')
| -rw-r--r-- | docker-compose.yml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/docker-compose.yml b/docker-compose.yml index e541cbe..0bd1c03 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -11,8 +11,10 @@ services: - GIT_UID=1000 - USER_handy=handy:ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBPsl91WPAT8aWwZ6y5WAfXU9PoHzxJ3YG9uFgSmlGQr2HwV+gL/XaTBJ4Brj+pa+R7tfYEBMi+7Navx/ZsEmr9E= mj@xps15 - USER_yolo=yolo:ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBPsl91WPAT8aWwZ6y5WAfXU9PoHzxJ3YG9uFgSmlGQr2HwV+gL/XaTBJ4Brj+pa+R7tfYEBMi+7Navx/ZsEmr9E= mj@xps15 - - REPO_pass=/pass.git:handy - - REPO_test=/test-test.git:handy + - REPO_test1=/test1.git;handy + - REPO_test2=/test2.git;handy:w + - REPO_test3=/test3.git;handy:a + - REPO_test4_test=/test-test.git;handy:w volumes: - ./donotsync/ssh:/var/ssh - ./donotsync/repos:/srv/repos |
