UVicMartletplace / martletplace

Recreating FB Marketplace for Students - UVic SENG499 Capstone Project
1 stars 0 forks source link

Remove Docker port forwarding #142

Closed MNThomson closed 2 weeks ago

MNThomson commented 3 weeks ago

Feature Description

Remove (comment) all open ports in Docker Compose except for the proxy service.

blocked by: #12

Problem You're Trying to Solve

We don't want developers connecting directly to the services, we want them to access everything through the proxy. So let's just not expose any of the service ports.