syncthing container added
This commit is contained in:
@@ -17,7 +17,7 @@ services:
|
||||
POSTGRES_PASSWORD: paperless
|
||||
|
||||
webserver:
|
||||
image: ghcr.io/paperless-ngx/paperless-ngx:2.19.6
|
||||
image: ghcr.io/paperless-ngx/paperless-ngx:2.20.0
|
||||
restart: unless-stopped
|
||||
depends_on:
|
||||
- db
|
||||
@@ -108,7 +108,25 @@ services:
|
||||
tika:
|
||||
image: docker.io/apache/tika:latest
|
||||
restart: unless-stopped
|
||||
|
||||
|
||||
syncthing:
|
||||
image: lscr.io/linuxserver/syncthing:latest
|
||||
container_name: syncthing
|
||||
restart: unless-stopped
|
||||
network_mode: bridge
|
||||
ports:
|
||||
- "8384:8384" # Web-GUI
|
||||
- "22000:22000/tcp"
|
||||
- "22000:22000/udp"
|
||||
- "21027:21027/udp" # Discovery
|
||||
environment:
|
||||
- PUID=1000
|
||||
- PGID=100
|
||||
- TZ=Europe/Berlin
|
||||
volumes:
|
||||
- syncthing:/config
|
||||
- media:/media
|
||||
|
||||
volumes:
|
||||
backup:
|
||||
data:
|
||||
@@ -117,4 +135,6 @@ volumes:
|
||||
redisdata:
|
||||
export:
|
||||
consume:
|
||||
syncthing:
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user