Compare commits
6 Commits
4d1ca0596a
...
5c203f9d77
| Author | SHA1 | Date | |
|---|---|---|---|
| 5c203f9d77 | |||
| 6053cd6f0e | |||
| 35680d0efa | |||
| 2d0efae973 | |||
| 23aba74a0b | |||
| 89942d938e |
1
.gitignore
vendored
1
.gitignore
vendored
@@ -15,3 +15,4 @@ certs/
|
||||
init/
|
||||
meili_data/
|
||||
log-dashboard/
|
||||
mousehole/
|
||||
|
||||
@@ -3,7 +3,7 @@ services:
|
||||
extends:
|
||||
file: ${TEMPLATES_PATH}
|
||||
service: default
|
||||
image: ghcr.io/kiwix/kiwix-serve:3.8.1
|
||||
image: ghcr.io/kiwix/kiwix-serve:3.8.2
|
||||
container_name: kiwix
|
||||
ports:
|
||||
- 2009:8080
|
||||
|
||||
@@ -18,3 +18,12 @@ services:
|
||||
- "traefik.http.routers.prowlarr.entrypoints=https"
|
||||
- "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}
|
||||
service: default
|
||||
container_name: dozzle
|
||||
image: amir20/dozzle:v10.1.0
|
||||
image: amir20/dozzle:v10.1.1
|
||||
ports:
|
||||
- 8083:8080
|
||||
networks:
|
||||
|
||||
@@ -4,7 +4,7 @@ services:
|
||||
file: ${TEMPLATES_PATH}
|
||||
service: default
|
||||
container_name: grafana
|
||||
image: grafana/grafana-oss:12.4.0
|
||||
image: grafana/grafana-oss:12.4.1
|
||||
ports:
|
||||
- 8090:3000
|
||||
networks:
|
||||
|
||||
Reference in New Issue
Block a user