Revert "add zotero"

This reverts commit ece07d7c21.
This commit is contained in:
2025-08-15 09:54:20 +02:00
parent ece07d7c21
commit ea56cf1b5b
2 changed files with 1 additions and 19 deletions

View File

@@ -14,5 +14,4 @@ include:
- shlink/docker-compose.yml - shlink/docker-compose.yml
- 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

View File

@@ -1,17 +0,0 @@
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