Compare commits
27 Commits
d7afc77f09
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 74f2f02d16 | |||
| 63a6d309e9 | |||
| 48904ecd0c | |||
| ce873768eb | |||
| 6ec45491a0 | |||
| 4e75045d7a | |||
| f71d3a8591 | |||
| c4b815ba58 | |||
| d715132330 | |||
| b557a67686 | |||
| fb1b676387 | |||
| 2edf56aec6 | |||
| bdf95ce1dc | |||
| 2d99d1bf74 | |||
| 76935f5e8f | |||
| 607621c628 | |||
| ea7ddf56ab | |||
| 2bcd6618fd | |||
| 6053cd6f0e | |||
| 35680d0efa | |||
| 2d0efae973 | |||
| 23aba74a0b | |||
| 89942d938e | |||
| ab512f7289 | |||
| ed780b104b | |||
| 805b2a2cfc | |||
| 4ac426c3d1 |
1
.gitignore
vendored
1
.gitignore
vendored
@@ -15,3 +15,4 @@ certs/
|
|||||||
init/
|
init/
|
||||||
meili_data/
|
meili_data/
|
||||||
log-dashboard/
|
log-dashboard/
|
||||||
|
mousehole/
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ services:
|
|||||||
extends:
|
extends:
|
||||||
file: ${TEMPLATES_PATH}
|
file: ${TEMPLATES_PATH}
|
||||||
service: default
|
service: default
|
||||||
image: databasus/databasus:v3.17.0
|
image: databasus/databasus:v3.20.0
|
||||||
container_name: databasus
|
container_name: databasus
|
||||||
ports:
|
ports:
|
||||||
- 8086:4005
|
- 8086:4005
|
||||||
|
|||||||
@@ -5,7 +5,7 @@ services:
|
|||||||
# extends:
|
# extends:
|
||||||
# file: ${TEMPLATES_PATH}
|
# file: ${TEMPLATES_PATH}
|
||||||
# service: default
|
# service: default
|
||||||
image: louislam/uptime-kuma:2.2.0
|
image: louislam/uptime-kuma:2.2.1
|
||||||
container_name: uptime-kuma
|
container_name: uptime-kuma
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
security_opt:
|
security_opt:
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ services:
|
|||||||
extends:
|
extends:
|
||||||
file: ${TEMPLATES_PATH}
|
file: ${TEMPLATES_PATH}
|
||||||
service: default
|
service: default
|
||||||
image: ghcr.io/advplyr/audiobookshelf:2.32.1
|
image: ghcr.io/advplyr/audiobookshelf:2.33.0
|
||||||
container_name: audiobookshelf
|
container_name: audiobookshelf
|
||||||
ports:
|
ports:
|
||||||
- 13378:80
|
- 13378:80
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ services:
|
|||||||
extends:
|
extends:
|
||||||
file: ${TEMPLATES_PATH}
|
file: ${TEMPLATES_PATH}
|
||||||
service: default
|
service: default
|
||||||
image: lscr.io/linuxserver/calibre:9.4.0
|
image: lscr.io/linuxserver/calibre:9.5.0
|
||||||
container_name: calibre
|
container_name: calibre
|
||||||
environment:
|
environment:
|
||||||
- PASSWORD= #optional
|
- PASSWORD= #optional
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ services:
|
|||||||
extends:
|
extends:
|
||||||
file: ${TEMPLATES_PATH}
|
file: ${TEMPLATES_PATH}
|
||||||
service: default
|
service: default
|
||||||
image: ghcr.io/kiwix/kiwix-serve:3.8.1
|
image: ghcr.io/kiwix/kiwix-serve:3.8.2
|
||||||
container_name: kiwix
|
container_name: kiwix
|
||||||
ports:
|
ports:
|
||||||
- 2009:8080
|
- 2009:8080
|
||||||
|
|||||||
@@ -18,3 +18,12 @@ services:
|
|||||||
- "traefik.http.routers.prowlarr.entrypoints=https"
|
- "traefik.http.routers.prowlarr.entrypoints=https"
|
||||||
- "traefik.http.routers.prowlarr.tls=true"
|
- "traefik.http.routers.prowlarr.tls=true"
|
||||||
|
|
||||||
|
mousehole:
|
||||||
|
extends:
|
||||||
|
file: ${TEMPLATES_PATH}
|
||||||
|
service: default
|
||||||
|
ports:
|
||||||
|
- 5010:5010
|
||||||
|
image: tmmrtn/mousehole:0.2.0
|
||||||
|
volumes:
|
||||||
|
- ${MEDIA_PATH}/prowlarr/mousehole:/srv/mousehole
|
||||||
|
|||||||
@@ -4,7 +4,7 @@ services:
|
|||||||
file: ${TEMPLATES_PATH}
|
file: ${TEMPLATES_PATH}
|
||||||
service: default
|
service: default
|
||||||
container_name: dozzle
|
container_name: dozzle
|
||||||
image: amir20/dozzle:v10.0.7
|
image: amir20/dozzle:v10.1.1
|
||||||
ports:
|
ports:
|
||||||
- 8083:8080
|
- 8083:8080
|
||||||
networks:
|
networks:
|
||||||
|
|||||||
@@ -4,7 +4,7 @@ services:
|
|||||||
file: ${TEMPLATES_PATH}
|
file: ${TEMPLATES_PATH}
|
||||||
service: default
|
service: default
|
||||||
container_name: grafana
|
container_name: grafana
|
||||||
image: grafana/grafana-oss:12.4.0
|
image: grafana/grafana-oss:12.4.1
|
||||||
ports:
|
ports:
|
||||||
- 8090:3000
|
- 8090:3000
|
||||||
networks:
|
networks:
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ services:
|
|||||||
extends:
|
extends:
|
||||||
file: ${TEMPLATES_PATH}
|
file: ${TEMPLATES_PATH}
|
||||||
service: default
|
service: default
|
||||||
image: ghost:6.20.0-alpine
|
image: ghost:6.22.0-alpine
|
||||||
container_name: ghost
|
container_name: ghost
|
||||||
ports:
|
ports:
|
||||||
- 4016:2368
|
- 4016:2368
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
# Start with the official n8n image
|
# Start with the official n8n image
|
||||||
FROM n8nio/n8n:2.10.2
|
FROM n8nio/n8n:2.12.2
|
||||||
|
|
||||||
# Copy apk and its deps from Alpine 3.23
|
# Copy apk and its deps from Alpine 3.23
|
||||||
COPY --from=alpine:3.23 /sbin/apk /sbin/apk
|
COPY --from=alpine:3.23 /sbin/apk /sbin/apk
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ services:
|
|||||||
extends:
|
extends:
|
||||||
file: ${TEMPLATES_PATH}
|
file: ${TEMPLATES_PATH}
|
||||||
service: default
|
service: default
|
||||||
image: ghcr.io/alam00000/bentopdf-simple:2.4.1
|
image: ghcr.io/alam00000/bentopdf-simple:2.5.0
|
||||||
container_name: pdf
|
container_name: pdf
|
||||||
ports:
|
ports:
|
||||||
- "4003:8080"
|
- "4003:8080"
|
||||||
|
|||||||
Reference in New Issue
Block a user