dev: deploy docker containers (#1939)

This commit is contained in:
Nikhil
2023-08-22 19:33:29 +05:30
committed by GitHub
parent 68b438ab1a
commit eee6658cc2
3 changed files with 0 additions and 35 deletions

View File

@@ -15,10 +15,6 @@ server {
proxy_pass http://planefrontend:3000/;
}
location /spaces/ {
proxy_pass http://planedeploy:3000/;
}
location /api/ {
proxy_pass http://planebackend:8000/api/;
}