diff --git a/servapps/Ryot/cosmos-compose.json b/servapps/Ryot/cosmos-compose.json index 40b0f917..644a7295 100644 --- a/servapps/Ryot/cosmos-compose.json +++ b/servapps/Ryot/cosmos-compose.json @@ -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", @@ -21,13 +22,7 @@ "networks": { "{ServiceName}-postgres": {} }, - "volumes": [ - { - "source": "{ServiceName}-data", - "target": "/data", - "type": "volume" - } - ], + "volumes": [], "routes": [ { "name": "{ServiceName}", @@ -44,9 +39,9 @@ } ] }, - + "{ServiceName}-postgres": { - "image": "postgres:15-alpine", + "image": "postgres:16-alpine", "container_name": "{ServiceName}-postgres", "hostname": "{ServiceName}-postgres", "restart": "unless-stopped", @@ -82,4 +77,4 @@ "{ServiceName}-postgres": { } } -} \ No newline at end of file +} diff --git a/servapps/Ryot/icon.png b/servapps/Ryot/icon.png index e6fada8d..8f03b124 100644 Binary files a/servapps/Ryot/icon.png and b/servapps/Ryot/icon.png differ diff --git a/servapps/Ryot/screenshots/1.png b/servapps/Ryot/screenshots/1.png index 2e6d467b..ddf73020 100644 Binary files a/servapps/Ryot/screenshots/1.png and b/servapps/Ryot/screenshots/1.png differ diff --git a/servapps/Ryot/screenshots/2.png b/servapps/Ryot/screenshots/2.png index 61f0d57f..f8140cf1 100644 Binary files a/servapps/Ryot/screenshots/2.png and b/servapps/Ryot/screenshots/2.png differ diff --git a/servapps/Ryot/screenshots/3.png b/servapps/Ryot/screenshots/3.png index 83e79c61..6a0acc9b 100644 Binary files a/servapps/Ryot/screenshots/3.png and b/servapps/Ryot/screenshots/3.png differ diff --git a/servapps/Ryot/screenshots/4.png b/servapps/Ryot/screenshots/4.png new file mode 100644 index 00000000..16f3254d Binary files /dev/null and b/servapps/Ryot/screenshots/4.png differ