diff options
| author | 2025-10-20 08:37:41 +0200 | |
|---|---|---|
| committer | 2025-10-20 08:38:46 +0200 | |
| commit | bbb9c4d8aca9109c2e5d717dcf9ae13fcb0200de (patch) | |
| tree | d3ba1c1e6eda846657ece8ab36563c0b108c2352 | |
| parent | 855c9332523072ee7a392c182475fa220f8eed56 (diff) | |
Moved data dirs so that syncthing ignores them
| -rw-r--r-- | .gitignore | 3 | ||||
| -rw-r--r-- | docker-compose.yml | 4 |
2 files changed, 3 insertions, 4 deletions
@@ -1,2 +1 @@ -/ssh -/repos +/donotsync diff --git a/docker-compose.yml b/docker-compose.yml index af6f852..e7546d2 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -12,5 +12,5 @@ services: - USER_handy=handy:ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBPsl91WPAT8aWwZ6y5WAfXU9PoHzxJ3YG9uFgSmlGQr2HwV+gL/XaTBJ4Brj+pa+R7tfYEBMi+7Navx/ZsEmr9E= mj@xps15 - REPO_pass=/pass.git:handy volumes: - - ./ssh:/var/ssh - - ./repos:/srv/repos + - ./donotsync/ssh:/var/ssh + - ./donotsync/repos:/srv/repos |
