UVicMartletplace / martletplace

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

Restrict Docker network access #131

Closed MNThomson closed 3 months ago

MNThomson commented 3 months ago

Feature Description

Each service should only be allowed to talk to the services that they are allowed to talk to. Implement Docker Networks to restrict all nework communication

blocked by: #33

Problem You're Trying to Solve

Not allow attackers to compromise more of the network and don't allow developers to connect to services they shouldn't be allowed to.