Skip to content
AutoCore1.0.0-rc.1 · Release Candidate
1.0.0-rc.1 · Release Candidate1 min read

Network and Port Requirements

Define the network and service-port checks needed for an AutoCore installation.

The four application services are API, worker, web, and admin. PostgreSQL, Redis, and Meilisearch are dependencies. A reverse proxy may route public traffic to web, administrative traffic to admin, and API traffic to the API service.

Port numbers are deployment configuration, not public credentials. The edition profile includes local defaults, while a rehearsal can allocate disposable ports. Keep dependency ports private unless an explicit operator boundary requires otherwise.

Verification

Check that intended ports are available, routes do not cross installations, and the reverse proxy targets the correct services. A port conflict blocks installation; do not stop an unrelated service without operator approval.

Related articles