fixed event join token handling in the event admin. created new seeders with new tenants and package purchases. added new playwright test scenarios.
This commit is contained in:
13
docs/deployment/lokale podman adressen.md
Normal file
13
docs/deployment/lokale podman adressen.md
Normal file
@@ -0,0 +1,13 @@
|
||||
Services & URLs
|
||||
|
||||
| Service | URL / Port | Notes |
|
||||
|----------------|--------------------------------|-------|
|
||||
| Laravel app | http://localhost:8000 | Default web UI; Horizon dashboard at /horizon if laravel/horizon is installed. |
|
||||
| Vite dev server| http://localhost:5173 | Hot module reload for the marketing/guest frontend.
|
||||
|
|
||||
| Mailpit UI | http://localhost:8025 | No auth; SMTP listening on port 1025. |
|
||||
| Grafana | http://localhost:3000 | Anonymous admin already enabled; dashboards will show Loki logs once you add Loki as a data source (URL http://loki:3100). |
|
||||
| Loki API | http://localhost:3100 | Used by Grafana/Promtail; direct browsing usually not needed. |
|
||||
| Portainer | https://localhost:9443 | First visit prompts you to set an admin password; point it to /var/run/docker.sock (already mounted from ${PODMAN_SOCKET}). |
|
||||
| Redis | Bound to localhost:6379 | Matches QUEUE_CONNECTION=redis. |
|
||||
| Promtail | Internal only (port 9080) | Tails storage/logs and pushes to Loki. |
|
||||
Reference in New Issue
Block a user