Compare commits
7 Commits
8522d35d90
...
docker-imp
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
d2f8671162 | ||
|
|
36276297a6 | ||
|
|
19b1eb3d8a | ||
|
|
b58b5102b2 | ||
|
|
221552104f | ||
| 0f38229ad0 | |||
| faccdf734a |
@@ -1,4 +1,3 @@
|
||||
branch=
|
||||
DEV_API_URL=http://localhost:3101
|
||||
VITE_DIAGRAM_API_URL=http://localhost:3002
|
||||
VITE_TOIR_LIGHT_ORIGIN=https://toir-light.greact.ru
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
services:
|
||||
drill-ui:
|
||||
container_name: drill-ui${branch:+-${branch}}
|
||||
build:
|
||||
context: .
|
||||
args:
|
||||
|
||||
@@ -7,5 +7,10 @@ server {
|
||||
|
||||
location / {
|
||||
try_files $uri $uri/ /index.html;
|
||||
|
||||
# отключаем кеширование вообще пока активная разработка
|
||||
add_header Cache-Control "no-store, no-cache, must-revalidate, proxy-revalidate, max-age=0";
|
||||
add_header Pragma "no-cache";
|
||||
add_header Expires "0";
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user