Files
fotospiel-app/docs/superadmin-kb/de/08-deployment/03-lokale-podman-adressen.md
Codex Agent fb45d1f6ab
Some checks failed
linter / quality (push) Has been cancelled
tests / ci (push) Has been cancelled
tests / ui (push) Has been cancelled
feat(superadmin): migrate internal docs from docusaurus to guava kb
2026-02-07 09:58:39 +01:00

1.1 KiB

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 the PODMAN_SOCKET path).
Redis Bound to localhost:6379 Matches QUEUE_CONNECTION=redis.
Promtail Internal only (port 9080) Tails storage/logs and pushes to Loki.