Skip to main content

NAS SERVICES

NAS Services - Connection Information

Deployed: 2026-01-25 Location: /Volumes/docker/compose/databases/

Running Services

PostgreSQL

  • Container: agentplatform-postgres
  • Image: postgres:16-alpine
  • Port: 5432
  • Connection: postgresql://agentplatform:changeme@localhost:5432/agentplatform
  • Health: docker exec agentplatform-postgres pg_isready -U agentplatform

Redis

  • Container: agentplatform-redis
  • Image: redis:7-alpine
  • Port: 6379
  • Connection: redis://localhost:6379
  • Health: docker exec agentplatform-redis redis-cli ping

MinIO (S3)

  • Container: agentplatform-minio
  • Image: minio/minio:latest
  • API Port: 9000
  • Console Port: 9001
  • Endpoint: http://localhost:9000
  • Console: http://localhost:9001
  • Credentials: agentplatform / changeme123
  • Health: curl http://localhost:9000/minio/health/live

Qdrant (Vector DB)

  • Container: agentplatform-qdrant
  • Image: qdrant/qdrant:latest
  • Port: 6333
  • Endpoint: http://localhost:6333
  • Health: curl http://localhost:6333/readyz

Data Locations

ServiceData Path
PostgreSQL/Volumes/docker/databases/postgres/data
Redis/Volumes/docker/databases/redis/data
MinIO/Volumes/docker/databases/minio/data
Qdrant/Volumes/docker/databases/qdrant/storage

Management Commands

# Start all services cd /Volumes/docker/compose/databases && docker compose up -d # Stop all services cd /Volumes/docker/compose/databases && docker compose down # View logs docker compose logs -f # Restart single service docker compose restart postgres

Troubleshooting

Connection Issues

If you experience NAS connectivity problems (high latency, timeouts, connection drops):

Service Health Checks

All services provide health check endpoints. Use the commands above to verify status.

Next Steps

  • Configure Cloudflare Tunnel for public access
  • Set up Tailscale for private access
  • Deploy agent platform services (mesh, router, protocol, brain)
  • Configure backups to Backblaze B2