Skip to content

Commit

Permalink
Update cosmos-compose.json
Browse files Browse the repository at this point in the history
  • Loading branch information
azukaar authored Nov 21, 2023
1 parent 2a840e1 commit 6b2421c
Showing 1 changed file with 20 additions and 6 deletions.
26 changes: 20 additions & 6 deletions servapps/Immich/cosmos-compose.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@
"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": "{ServiceName}",
"cosmos-stack-main": "{ServiceName}"
},
"environment": [
"UPLOAD_LOCATION=/usr/src/app/upload",
Expand Down Expand Up @@ -112,7 +113,8 @@
"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": "{ServiceName}",
"cosmos-stack-main": "{ServiceName}"
},
"environment": [
"UPLOAD_LOCATION=/usr/src/app/upload",
Expand Down Expand Up @@ -149,7 +151,8 @@
"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": "{ServiceName}",
"cosmos-stack-main": "{ServiceName}"
},
"environment": [
"UPLOAD_LOCATION=/usr/src/app/upload",
Expand Down Expand Up @@ -179,7 +182,8 @@
"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": "{ServiceName}",
"cosmos-stack-main": "{ServiceName}"
},
"volumes": [
{
Expand All @@ -197,6 +201,14 @@
"networks": {
"{ServiceName}": {}
},
"labels": {
"cosmos-persistent-env": "POSTGRES_PASSWORD, POSTGRES_USER, POSTGRES_DB",
"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}"
},
"restart": "always"
},
"{ServiceName}-database": {
Expand All @@ -212,7 +224,8 @@
"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": "{ServiceName}",
"cosmos-stack-main": "{ServiceName}"
},
"environment": [
"POSTGRES_PASSWORD={Passwords.1}",
Expand Down Expand Up @@ -240,7 +253,8 @@
"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": "{ServiceName}",
"cosmos-stack-main": "{ServiceName}"
},
"networks": {
"{ServiceName}": {}
Expand Down

0 comments on commit 6b2421c

Please sign in to comment.