MySQL / MariaDB
- Host:
127.0.0.1(port 3306 default) from the Mac; Docker service name inside compose:mysql - App user: macstack / macstack
- Root: root / root
PostgreSQL
- macstack / macstack / macstack; Docker host:
postgres
Redis / Memcached / RabbitMQ / Meilisearch / OpenSearch / Gotenberg / pgAdmin
See Settings → Ports. RabbitMQ UI: macstack/macstack. Meilisearch key: macstack. OpenSearch runs locally without the security plugin; check it with curl http://127.0.0.1:9200. Gotenberg health is http://127.0.0.1:3001/health; Laravel containers can use GOTENBERG_URL=http://gotenberg:3000. pgAdmin: admin@example.com / macstack. Mongo Express connects to Docker host mongo with macstack/macstack.
Redis: host 127.0.0.1 (Native) or redis (in-Docker).
Default ports
HTTP 8088, HTTPS 8443 — no macOS admin password. Sites open as http://name.localhost:8088 and https://name.localhost:8443.
You can switch to 80 and 443 in Settings → Ports if you want production-style URLs without a port number.
Others: MySQL 3306, phpMyAdmin 8080, Mailpit 8025, Adminer 8081, Mongo Express 8082, PostgreSQL 5432, Memcached 11211, Meilisearch 7700, Typesense 8108, OpenSearch 9200, Gotenberg 3001, RabbitMQ 5672/15672, pgAdmin 5050.
Change ports in Settings → Ports → Save and restart.