From 71c9ca18a10faee0e346c7dfdf509d0074014b13 Mon Sep 17 00:00:00 2001 From: DJAngel973 <189556164+DJAngel973@users.noreply.github.com> Date: Wed, 22 Jul 2026 23:26:52 -0500 Subject: [PATCH] docs: update status railway --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 51bba99..e3965b2 100644 --- a/README.md +++ b/README.md @@ -373,6 +373,14 @@ The application is deployed on **Railway** (railway.app) with automatic deploys https://final-project-ibm-springboot-production.up.railway.app/ ``` +> **Note:** This deployment is currently offline. Railway's free trial period ($5 credit) has expired and the project does not require a paid production environment at this stage. To test the application, use Docker Compose locally: +> +> ```bash +> docker compose up --build +> ``` +> +> The Railway configuration documented above remains valid — re-deploying is a matter of connecting the repository again and setting the same environment variables. + ## License This project is open source and available for educational purposes.