diff --git a/README.md b/README.md index 39322b4..c355020 100644 --- a/README.md +++ b/README.md @@ -78,6 +78,11 @@ Now you’re ready to launch the stack: ```bash docker compose up -d ``` -You can access services like pgAdmin, Postgres, Phoenix ERP, and others after containers are running. +You can access log services like pgAdmin, Postgres, Phoenix ERP, and others after containers are running. +---- ----- \ No newline at end of file +# 🌐 Accessing the System +| **Service** | **URL** | **Credentials** | +|------------------|----------------------------------|----------------------------------------------------| +| **Phoenix ERP** | [http://localhost:4200](http://localhost:4200) | login: superadmin and password as configured in `.env` | +| **pgAdmin** | [http://localhost:5050](http://localhost:5050) | Email: `info@phx-erp.de`
Password: from `.env` |