🌐 Accessing the System

This commit is contained in:
2025-09-02 15:02:42 +00:00
parent 6b26b9d85b
commit dff59023c5

View File

@@ -78,6 +78,11 @@ Now youre 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.
----
# 🌐 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` <br> Password: from `.env` |