Compare commits
7 Commits
8e10ac15d7
...
main
Author | SHA1 | Date | |
---|---|---|---|
947d48c860 | |||
a9990ee8db | |||
180bb14a05 | |||
5e0a6d99e2 | |||
dac13eb9e3 | |||
be215b6bb3 | |||
81f17e11dd |
@ -94,13 +94,18 @@ services:
|
||||
restart: unless-stopped
|
||||
|
||||
trilium:
|
||||
image: zadam/trilium
|
||||
image: triliumnext/notes:v0.95.0
|
||||
container_name: trilium
|
||||
restart: always
|
||||
environment:
|
||||
- TRILIUM_DATA_DIR=/home/node/trilium-data
|
||||
volumes:
|
||||
- ${DOCKER_STORAGE_PATH}/trilium:/home/node/trilium-data
|
||||
- /etc/timezone:/etc/timezone:ro
|
||||
- /etc/localtime:/etc/localtime:ro
|
||||
labels:
|
||||
caddy: trilium.${DOMAIN}
|
||||
caddy.reverse_proxy: "{{ upstreams $TRILIUM_INTERNAL_PORT }}"
|
||||
ports:
|
||||
- "${TRILIUM_EXTERNAL_PORT}:${TRILIUM_INTERNAL_PORT}"
|
||||
networks:
|
||||
@ -154,9 +159,8 @@ services:
|
||||
beets:
|
||||
image: lscr.io/linuxserver/beets:2.2.0
|
||||
container_name: beets
|
||||
user: 1000:100
|
||||
environment:
|
||||
- PUID=${PUID}
|
||||
- PGID=${PGID}
|
||||
- TZ=${TZ}
|
||||
volumes:
|
||||
- "${DOCKER_STORAGE_PATH}/beets:/config"
|
||||
@ -289,7 +293,7 @@ services:
|
||||
restart: unless-stopped
|
||||
|
||||
navidrome:
|
||||
image: deluan/navidrome:0.55.0
|
||||
image: deluan/navidrome:0.57.0
|
||||
container_name: navidrome
|
||||
ports:
|
||||
- "${NAVIDROME_EXTERNAL_PORT}:${NAVIDROME_INTERNAL_PORT}"
|
||||
@ -475,6 +479,8 @@ services:
|
||||
ipv4_address: 192.168.240.23
|
||||
ports:
|
||||
- "${MARIADB_EXTERNAL_PORT}:${MARIADB_INTERNAL_PORT}"
|
||||
environment:
|
||||
- MARIADB_AUTO_UPGRADE=true
|
||||
volumes:
|
||||
- "${DOCKER_STORAGE_PATH}/mariadb:/config"
|
||||
- sockets:/run/mysqld/
|
||||
@ -499,7 +505,7 @@ services:
|
||||
|
||||
gitea:
|
||||
container_name: gitea
|
||||
image: gitea/gitea:1.23.4
|
||||
image: gitea/gitea:1.24.0
|
||||
networks:
|
||||
public:
|
||||
ipv4_address: 192.168.240.26
|
||||
|
@ -1,7 +1,7 @@
|
||||
---
|
||||
services:
|
||||
sabnzbd:
|
||||
image: linuxserver/sabnzbd:4.5.0
|
||||
image: linuxserver/sabnzbd:4.5.1
|
||||
container_name: sabnzbd
|
||||
networks:
|
||||
public:
|
||||
|
Reference in New Issue
Block a user