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 14, 2023
1 parent 58910bf commit 65b97ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions servapps/Piped/cosmos-compose.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
"cosmos-auto-update": "true",
"cosmos-icon": "https://azukaar.github.io/cosmos-servapps-official/servapps/Piped/icon.png",
"cosmos-persistent-env": "POSTGRES_DB, POSTGRES_USER, POSTGRES_PASSWORD"

},
"networks": {
"{ServiceName}-net": {}
Expand All @@ -41,7 +40,8 @@
"POSTGRES_DB=piped",
"POSTGRES_USER=piped",
"POSTGRES_PASSWORD={Passwords.0}",
"DATABASE_HOST={ServiceName}-postgres"
"DATABASE_HOST={ServiceName}-postgres",
"BACKEND_HOSTNAME={Hostnames.{StaticServiceName}-backend.{StaticServiceName}-backend.host}"
]
},
"{ServiceName}-proxy": {
Expand Down

0 comments on commit 65b97ff

Please sign in to comment.