| ... | ... | @@ -709,33 +709,34 @@ services: |
| 709 | 709 | options: |
| 710 | 710 | max-size: 100m |
| 711 | 711 | max-file: "5" |
| 712 | | # file sync |
| 713 | | syncthing: # port 8384 |
| 714 | | image: lscr.io/linuxserver/syncthing:latest |
| 715 | | container_name: syncthing |
| 716 | | environment: |
| 717 | | PUID: "$USER_ID" |
| 718 | | PGID: "$GROUP_ID" |
| 719 | | TZ: America/Los_Angelas |
| 720 | | volumes: |
| 721 | | - "${APP_ROOT}/syncthing:/config" |
| 722 | | - "${STORE_ROOT}:${STORE_ROOT}" |
| 723 | | ports: |
| 724 | | - 22000:22000/tcp |
| 725 | | - 22000:22000/udp |
| 726 | | - 21027:21027/udp |
| 727 | | healthcheck: |
| 728 | | test: ["CMD-SHELL", "curl -fsS http://localhost:8384/rest/noauth/health >/dev/null"] |
| 729 | | interval: 30s |
| 730 | | timeout: 10s |
| 731 | | retries: 3 |
| 732 | | start_period: 60s |
| 733 | | restart: unless-stopped |
| 734 | | labels: |
| 735 | | net.paperclover.list.name: Syncthing |
| 736 | | net.paperclover.list.domain: sync |
| 737 | | net.paperclover.list.priority: 31 |
| 738 | | net.paperclover.list.access: personal |
| 712 | # file sync — disabled: not in use, and its bind-mount of ${STORE_ROOT} pinned |
| 713 | # the storage1/mirrors dataset. Re-enable if syncthing is needed again. |
| 714 | # syncthing: # port 8384 |
| 715 | # image: lscr.io/linuxserver/syncthing:latest |
| 716 | # container_name: syncthing |
| 717 | # environment: |
| 718 | # PUID: "$USER_ID" |
| 719 | # PGID: "$GROUP_ID" |
| 720 | # TZ: America/Los_Angelas |
| 721 | # volumes: |
| 722 | # - "${APP_ROOT}/syncthing:/config" |
| 723 | # - "${STORE_ROOT}:${STORE_ROOT}" |
| 724 | # ports: |
| 725 | # - 22000:22000/tcp |
| 726 | # - 22000:22000/udp |
| 727 | # - 21027:21027/udp |
| 728 | # healthcheck: |
| 729 | # test: ["CMD-SHELL", "curl -fsS http://localhost:8384/rest/noauth/health >/dev/null"] |
| 730 | # interval: 30s |
| 731 | # timeout: 10s |
| 732 | # retries: 3 |
| 733 | # start_period: 60s |
| 734 | # restart: unless-stopped |
| 735 | # labels: |
| 736 | # net.paperclover.list.name: Syncthing |
| 737 | # net.paperclover.list.domain: sync |
| 738 | # net.paperclover.list.priority: 31 |
| 739 | # net.paperclover.list.access: personal |
| 739 | 740 | # chat |
| 740 | 741 | xmpp: # ports 5222, 5269 |
| 741 | 742 | container_name: xmpp |