Compare commits

..

5 commits

Author SHA1 Message Date
6bd444d3e1 Merge branch 'main' into renovate/ghcr.io-linuxserver-jellyfin
All checks were successful
continuous-integration/drone/pr Build is passing
2024-05-27 05:54:17 +00:00
a0401de232 Update arrs/docker-compose.yml 2024-05-27 05:32:01 +00:00
1dd3746859 Update arm/docker-compose.yml 2024-05-27 04:39:24 +00:00
4b939cfdb7 Update arm/docker-compose.yml 2024-05-27 04:37:20 +00:00
7eca0ebb6c Update arm/docker-compose.yml 2024-05-27 04:33:55 +00:00
2 changed files with 37 additions and 0 deletions

View file

@ -136,6 +136,25 @@ services:
gitea_main: gitea_main:
ipv4_address: 172.25.0.25 ipv4_address: 172.25.0.25
syncthing:
image: ghcr.io/linuxserver/syncthing@sha256:3a1a983bd5c0cfc685f5421b374bcf175ccb2df86710bfc454bc76a047a8884f
container_name: syncthing
hostname: ARM #optional
environment:
- PUID=0
- PGID=0
- TZ=Etc/UTC
volumes:
- /home/ubuntu/syncthing/config:/config
- /docker/appdata/:/docker/appdata/
- /home/ubuntu/:/home/ubuntu/
ports:
- 8384:8384
- 22000:22000/tcp
- 22000:22000/udp
- 21027:21027/udp
restart: unless-stopped
networks: networks:
gitea_main: gitea_main:

View file

@ -139,6 +139,24 @@ services:
- /dev/kmsg - /dev/kmsg
image: gcr.io/cadvisor/cadvisor:v0.49.1 image: gcr.io/cadvisor/cadvisor:v0.49.1
syncthing:
image: ghcr.io/linuxserver/syncthing@sha256:3a1a983bd5c0cfc685f5421b374bcf175ccb2df86710bfc454bc76a047a8884f
container_name: syncthing
hostname: ARRS
environment:
- PUID=1000
- PGID=1000
- TZ=Etc/UTC
volumes:
- /docker/appdata/syncthing/config:/config
- /docker/appdata/:/docker/appdata/
ports:
- 8384:8384
- 22000:22000/tcp
- 22000:22000/udp
- 21027:21027/udp
restart: unless-stopped
networks: networks:
default: default:
name: arrs_default name: arrs_default