0
0

first commit

This commit is contained in:
2025-05-11 17:36:16 +02:00
commit 666e339d86
4 changed files with 81 additions and 0 deletions

8
compose.yml Normal file
View File

@@ -0,0 +1,8 @@
services:
imapsync:
image: gilleslamiral/imapsync
restart: "no"
# command: imapsync --host1 $HOST1 --user1 $USR1 --password1 $IMAPSYNC_PASSWORD1 --host2 $HOST2 --user2 $USR2 --password2 $IMAPSYNC_PASSWORD2 --delete2duplicates --automap
command: bash /sync/sync_loop_unix.sh
volumes:
- "./sync:/sync"