Skip to content

Commit

Permalink
Update Ryot configuration (#154)
Browse files Browse the repository at this point in the history
* feat: cleanup basic configuration

* feat: new icon

* feat: new screenshots

* ci: add a default password

* fix: persist admin access token
  • Loading branch information
IgnisDa authored Aug 4, 2024
1 parent d51a287 commit 0d80ffc
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 12 deletions.
19 changes: 7 additions & 12 deletions servapps/Ryot/cosmos-compose.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,11 @@
"container_name": "{ServiceName}",
"restart": "unless-stopped",
"environment": [
"DATABASE_URL=postgres://ryot:{Passwords.0}@{ServiceName}-postgres:5432/ryot"
"DATABASE_URL=postgres://ryot:{Passwords.0}@{ServiceName}-postgres:5432/ryot",
"SERVER_ADMIN_ACCESS_TOKEN={Passwords.1}"
],
"labels": {
"cosmos-persistent-env": "DATABASE_URL",
"cosmos-persistent-env": "DATABASE_URL, SERVER_ADMIN_ACCESS_TOKEN",
"cosmos-force-network-secured": "true",
"cosmos-auto-update": "true",
"cosmos-icon": "https://azukaar.github.io/cosmos-servapps-official/servapps/Ryot/icon.png",
Expand All @@ -21,13 +22,7 @@
"networks": {
"{ServiceName}-postgres": {}
},
"volumes": [
{
"source": "{ServiceName}-data",
"target": "/data",
"type": "volume"
}
],
"volumes": [],
"routes": [
{
"name": "{ServiceName}",
Expand All @@ -44,9 +39,9 @@
}
]
},

"{ServiceName}-postgres": {
"image": "postgres:15-alpine",
"image": "postgres:16-alpine",
"container_name": "{ServiceName}-postgres",
"hostname": "{ServiceName}-postgres",
"restart": "unless-stopped",
Expand Down Expand Up @@ -82,4 +77,4 @@
"{ServiceName}-postgres": {
}
}
}
}
Binary file modified servapps/Ryot/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified servapps/Ryot/screenshots/1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified servapps/Ryot/screenshots/2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified servapps/Ryot/screenshots/3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added servapps/Ryot/screenshots/4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 0d80ffc

Please sign in to comment.