diff --git a/.devcontainer.json b/.devcontainer.json index 89459a5..daea4bf 100644 --- a/.devcontainer.json +++ b/.devcontainer.json @@ -3,15 +3,23 @@ "forwardPorts": [ 8545, 8000, + 5001, + 5432, + 8090, 8091, - 8081, + 8092, + 8070, + 3005, 8075, 3000, 3001, + 6379, + 3007, 4000, - 3005 + 27018, + 8081 ], "extensions": [ "ms-azuretools.vscode-docker" ] -} +} \ No newline at end of file