Skip to content

Commit

Permalink
Update cosmos-compose.json
Browse files Browse the repository at this point in the history
  • Loading branch information
azukaar committed Jan 16, 2024
1 parent fddcdb2 commit ba23efc
Showing 1 changed file with 6 additions and 37 deletions.
43 changes: 6 additions & 37 deletions servapps/Immich/cosmos-compose.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,7 @@
],
"depends_on": [
"{ServiceName}-redis",
"{ServiceName}-database",
"typesense"
"{ServiceName}-database"
],
"routes": [
{
Expand Down Expand Up @@ -127,14 +126,13 @@
],
"depends_on": [
"{ServiceName}-redis",
"{ServiceName}-database",
"typesense"
"{ServiceName}-database"
],
"restart": "always"
},
"machine-learning": {
"container_name": "machine-learning",
"hostname": "machine-learning",
"immich-machine-learning": {
"container_name": "immich-machine-learning",
"hostname": "immich-machine-learning",
"image": "ghcr.io/immich-app/immich-machine-learning:release",
"networks": {
"{ServiceName}": {}
Expand Down Expand Up @@ -165,35 +163,6 @@
],
"restart": "always"
},
"typesense": {
"container_name": "typesense",
"hostname": "typesense",
"image": "typesense/typesense:0.24.1@sha256:9bcff2b829f12074426ca044b56160ca9d777a0c488303469143dd9f8259d4dd",
"networks": {
"{ServiceName}": {}
},
"environment": [
"TYPESENSE_API_KEY={Passwords.0}",
"TYPESENSE_DATA_DIR=/data",
"GLOG_minloglevel=1"
],
"labels": {
"cosmos-persistent-env": "TYPESENSE_API_KEY",
"cosmos-force-network-secured": "true",
"cosmos-auto-update": "false",
"cosmos-icon": "https://azukaar.github.io/cosmos-servapps-official/servapps/Immich/icon.png",
"cosmos-stack": "{ServiceName}",
"cosmos-stack-main": "{ServiceName}"
},
"volumes": [
{
"source": "{ServiceName}-tsdata",
"target": "/data",
"type": "volume"
}
],
"restart": "always"
},
"{ServiceName}-redis": {
"container_name": "{ServiceName}-redis",
"hostname": "{ServiceName}-redis",
Expand All @@ -214,7 +183,7 @@
"{ServiceName}-database": {
"container_name": "{ServiceName}-database",
"hostname": "{ServiceName}-database",
"image": "postgres:14-alpine@sha256:50d9be76e9a90da4c781554955e0ffc79d9d5c4226838e64b36aacc97cbc35ad",
"image": "tensorchord/pgvecto-rs:pg14-v0.1.11",
"user": "postgres",
"networks": {
"{ServiceName}": {}
Expand Down

0 comments on commit ba23efc

Please sign in to comment.