Skip to content

Commit

Permalink
Update cosmos-compose.json to immich v1.106.0 (#143)
Browse files Browse the repository at this point in the history
  • Loading branch information
InterN0te authored Jun 16, 2024
1 parent ac3d725 commit e3c3042
Showing 1 changed file with 0 additions and 44 deletions.
44 changes: 0 additions & 44 deletions servapps/Immich/cosmos-compose.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
"container_name": "{ServiceName}",
"hostname": "{ServiceName}",
"image": "ghcr.io/immich-app/immich-server:release",
"command": "start.sh immich",
"networks": {
"{ServiceName}": {}
},
Expand Down Expand Up @@ -87,49 +86,6 @@
],
"restart": "always"
},
"microservices": {
"container_name": "microservices",
"hostname": "microservices",
"image": "ghcr.io/immich-app/immich-server:release",
"command": "start.sh microservices",
"networks": {
"{ServiceName}": {}
},
"volumes": [
{
"source": "{Context.photoPath}",
"target": "/usr/src/app/upload",
"type": "bind"
},
{
"source": "/etc/localtime",
"target": "/etc/localtime",
"type": "bind"
}
],
"labels": {
"cosmos-persistent-env": "UPLOAD_LOCATION, TYPESENSE_API_KEY, DB_PASSWORD, DB_DATABASE_NAME",
"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}"
},
"environment": [
"UPLOAD_LOCATION=/usr/src/app/upload",
"TYPESENSE_API_KEY={Passwords.0}",
"DB_PASSWORD={Passwords.1}",
"DB_HOSTNAME={ServiceName}-database",
"DB_USERNAME=postgres",
"DB_DATABASE_NAME=immich",
"REDIS_HOSTNAME={ServiceName}-redis"
],
"depends_on": [
"{ServiceName}-redis",
"{ServiceName}-database"
],
"restart": "always"
},
"immich-machine-learning": {
"container_name": "immich-machine-learning",
"hostname": "immich-machine-learning",
Expand Down

0 comments on commit e3c3042

Please sign in to comment.