2 Commits

Author SHA1 Message Date
Renovate Bot
2742c3022a Update gitea/gitea Docker tag to v1.24.5 2025-08-14 00:01:12 +00:00
ece07d7c21 add zotero 2025-08-11 15:47:58 +02:00
3 changed files with 20 additions and 2 deletions

View File

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

View File

@@ -1,7 +1,7 @@
services:
gitea:
container_name: gitea
image: gitea/gitea:1.24.4-rootless
image: gitea/gitea:1.24.5-rootless
restart: always
volumes:
- ${GITEA_DATA_LOCATION}:/var/lib/gitea

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