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 Oct 21, 2023
1 parent 4d982bb commit acb9f5e
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions servapps/Immich/cosmos-compose.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,11 @@
"DB_USERNAME=immich",
"DB_PASSWORD={Passwords.0}",
"DB_DATABASE_NAME=immich",
"REDIS_HOSTNAME={ServiceName}-redis"
"REDIS_HOSTNAME={ServiceName}-redis",
"REDIS_PASSWORD={Passwords.0}"
],
"labels": {
"cosmos-persistent-env": "REDIS_PASSWORD, DB_PASSWORD, DB_USERNAME, DB_DATABASE_NAME",
"cosmos-force-network-secured": "true",
"cosmos-auto-update": "true",
"cosmos-icon": "https://azukaar.github.io/cosmos-servapps-official/servapps/Immich/icon.png"
Expand Down Expand Up @@ -86,6 +88,7 @@
"apparmor:unconfined"
],
"labels": {
"cosmos-persistent-env": "POSTGRES_DB, POSTGRES_USER, POSTGRES_PASSWORD",
"cosmos-icon": "https://azukaar.github.io/cosmos-servapps-official/servapps/Immich/icon.png"
},
"networks": {
Expand All @@ -110,6 +113,7 @@
"hostname": "{ServiceName}-redis",
"restart": "unless-stopped",
"labels": {
"cosmos-persistent-env": "redis_PASSWORD",
"cosmos-icon": "https://azukaar.github.io/cosmos-servapps-official/servapps/Immich/icon.png"
},
"networks": {
Expand All @@ -124,7 +128,6 @@
],
"environment": [
"redis_DB=immich",
"redis_USER=immich",
"redis_PASSWORD={Passwords.0}"
]
}
Expand Down

0 comments on commit acb9f5e

Please sign in to comment.