1 Commits

Author SHA1 Message Date
Renovate Bot
e744dc65f1 Update gitea/gitea Docker tag to v1.24.4 2025-08-05 00:01:15 +00:00
3 changed files with 2 additions and 20 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,7 +1,7 @@
services: services:
gitea: gitea:
container_name: gitea container_name: gitea
image: gitea/gitea:1.24.5-rootless image: gitea/gitea:1.24.4-rootless
restart: always restart: always
volumes: volumes:
- ${GITEA_DATA_LOCATION}:/var/lib/gitea - ${GITEA_DATA_LOCATION}:/var/lib/gitea

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