Skip to content

Commit e2f4d5c

Browse files
committed
Updated on 08-10-2023 09:00:42 AM UTC
1 parent 9d2e124 commit e2f4d5c

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

Apps/immich/docker-compose.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: immich
22
services:
33
immich-server:
4-
image: ghcr.io/immich-app/immich-server:v1.72.2
4+
image: ghcr.io/immich-app/immich-server:v1.72.1
55
command:
66
- start.sh
77
- immich
@@ -22,7 +22,7 @@ services:
2222
- immich-machine-learning
2323
restart: always
2424
immich-microservices:
25-
image: ghcr.io/immich-app/immich-server:v1.72.2
25+
image: ghcr.io/immich-app/immich-server:v1.72.1
2626
command:
2727
- start.sh
2828
- microservices
@@ -41,7 +41,7 @@ services:
4141
- typesense
4242
restart: always
4343
immich-machine-learning:
44-
image: ghcr.io/immich-app/immich-machine-learning:v1.72.2
44+
image: ghcr.io/immich-app/immich-machine-learning:v1.72.0
4545
volumes:
4646
- /DATA/AppData/immich/model/cache:/cache
4747
environment:
@@ -53,7 +53,7 @@ services:
5353
- REDIS_HOSTNAME=immich_redis
5454
restart: always
5555
immich-web:
56-
image: ghcr.io/immich-app/immich-web:v1.72.2
56+
image: ghcr.io/immich-app/immich-web:v1.72.0
5757
restart: always
5858
typesense:
5959
image: typesense/typesense:0.24.1
@@ -79,7 +79,7 @@ services:
7979
- /DATA/AppData/immich/postgresql/data:/var/lib/postgresql/data
8080
restart: always
8181
immich-proxy:
82-
image: ghcr.io/immich-app/immich-proxy:v1.72.2
82+
image: ghcr.io/immich-app/immich-proxy:v1.72.0
8383
environment:
8484
- IMMICH_SERVER_URL=http://immich-server:3001
8585
- IMMICH_WEB_URL=http://immich-web:3000

Apps/rocket-chat/docker-compose.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ services:
1212
published: '3000'
1313
protocol: tcp
1414
db:
15-
image: mongo:5.0.19
15+
image: mongo:6.0.8
1616
restart: unless-stopped
1717
environment:
1818
PUID: $PUID

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ casaos-cli app-management register app-store https://casaos-appstore.paodayag.de
5656
| <img src="https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/ghost.png" width="15"/>&nbsp;&nbsp;&nbsp;[Ghost](https://github.com/WisdomSky/CasaOS-Coolstore/tree/main/Apps/ghost) | 5.58.0 | Free And Open-source Blogging Platform |
5757
| <img src="https://raw.githubusercontent.com/hestiacp/hestiacp/main/web/images/logo.png" width="15"/>&nbsp;&nbsp;&nbsp;[Hestia CP](https://github.com/WisdomSky/CasaOS-Coolstore/tree/main/Apps/hestiacp) | 1.0.1 | An open-source web hosting control panel that allows users to manage their websites, domains, email accounts, databases, and more. It provides a user-friendly interface for managing web hosting environments and simplifies various administrative tasks. |
5858
| <img src="https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/images/homebridge.png" width="15"/>&nbsp;&nbsp;&nbsp;[Homebridge](https://github.com/WisdomSky/CasaOS-Coolstore/tree/main/Apps/homebridge) | 2023-01-08 | Homebridge Allows You To Integrate With Smart Home Devices That Do Not Natively Support Homekit. There Are Over 2,000 Homebridge Plugins Supporting Thousands Of Different Smart Accessories. |
59-
| <img src="https://immich.app/img/logo.png" width="15"/>&nbsp;&nbsp;&nbsp;[Immich](https://github.com/WisdomSky/CasaOS-Coolstore/tree/main/Apps/immich) | v1.72.2 | Self-hosted photos and videos backup tool |
59+
| <img src="https://immich.app/img/logo.png" width="15"/>&nbsp;&nbsp;&nbsp;[Immich](https://github.com/WisdomSky/CasaOS-Coolstore/tree/main/Apps/immich) | v1.72.0 | Self-hosted photos and videos backup tool |
6060
| <img src="https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/joomla.png" width="15"/>&nbsp;&nbsp;&nbsp;[Joomla](https://github.com/WisdomSky/CasaOS-Coolstore/tree/main/Apps/joomla) | 4.3.3-apache | Another Free And Open-source Cms |
6161
| <img src="https://raw.githubusercontent.com/Kareadita/Kavita/main/UI/Web/src/assets/images/logo.png" width="15"/>&nbsp;&nbsp;&nbsp;[Kavita](https://github.com/WisdomSky/CasaOS-Coolstore/tree/main/Apps/kavita) | 0.7.6 | Kavita Manga, Comic And E-book Server |
6262
| <img src="https://raw.githubusercontent.com/gotson/komga/master/.github/readme-images/app-icon.png" width="15"/>&nbsp;&nbsp;&nbsp;[Komga](https://github.com/WisdomSky/CasaOS-Coolstore/tree/main/Apps/komga) | 1.3.1 | Koomga Manga, Comic And E-book Server |

0 commit comments

Comments
 (0)