add zotero

This commit is contained in:
2025-08-11 15:47:06 +02:00
parent 5c1b8e8a02
commit ece07d7c21
2 changed files with 19 additions and 1 deletions

View File

@@ -15,3 +15,4 @@ include:
- synapse/docker-compose.yml - synapse/docker-compose.yml
- updater/docker-compose.yml - updater/docker-compose.yml
- vaultwarden/docker-compose.yml - vaultwarden/docker-compose.yml
- zotero/docker-compose.yml

17
zotero/docker-compose.yml Normal file
View File

@@ -0,0 +1,17 @@
services:
zotero:
image: lscr.io/linuxserver/zotero:7.0.22
container_name: zotero
security_opt:
- seccomp:unconfined #optional
environment:
- PUID=1000
- PGID=1000
- TZ=Europe/Amsterdam
volumes:
- ${ZOTERO_CONFIG_DIR}/config:/config
ports:
- 3004:3000
#- 3001:3001 We're only using this behind nginx, so no need for the https port
shm_size: "1gb"
restart: unless-stopped