Compare commits
1 Commits
2742c3022a
...
e744dc65f1
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
e744dc65f1 |
@@ -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
|
|
||||||
@@ -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
|
||||||
|
|||||||
@@ -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
|
|
||||||
Reference in New Issue
Block a user