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