Compare commits
2 Commits
0c5b455404
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| ebb89a1865 | |||
|
|
de0452eb71 |
1
.gitignore
vendored
1
.gitignore
vendored
@@ -6,3 +6,4 @@ __pycache__/
|
||||
/postgres
|
||||
tags
|
||||
package-lock.json
|
||||
front/build/
|
||||
|
||||
@@ -29,7 +29,7 @@ services:
|
||||
working_dir: /code
|
||||
volumes:
|
||||
- ./front:/code
|
||||
command: bash -c "npm install && npm run dev -- --host 0.0.0.0"
|
||||
command: bash -c "npm isntall && npm run dev -- --host 0.0.0.0"
|
||||
ports:
|
||||
- "127.0.0.1:5173:5173"
|
||||
networks:
|
||||
|
||||
@@ -19,6 +19,7 @@ server {
|
||||
|
||||
location / {
|
||||
access_log off;
|
||||
client_max_body_size 200M;
|
||||
|
||||
include proxy_params;
|
||||
proxy_send_timeout 600;
|
||||
@@ -26,3 +27,4 @@ server {
|
||||
proxy_pass http://127.0.0.1:5173;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user