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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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/;
}