mirror of https://github.com/penpot/penpot.git
🐛 Fix wasm-playground on devenv
This commit is contained in:
parent
743d4e5c8d
commit
b7cd315872
|
|
@ -41,7 +41,10 @@ services:
|
||||||
- 6062:6062
|
- 6062:6062
|
||||||
- 6063:6063
|
- 6063:6063
|
||||||
- 6064:6064
|
- 6064:6064
|
||||||
|
- 9000:9000
|
||||||
|
- 9001:9001
|
||||||
- 9090:9090
|
- 9090:9090
|
||||||
|
- 9091:9091
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
- EXTERNAL_UID=${CURRENT_USER_ID}
|
- EXTERNAL_UID=${CURRENT_USER_ID}
|
||||||
|
|
|
||||||
|
|
@ -145,8 +145,8 @@ http {
|
||||||
proxy_pass http://127.0.0.1:3000/;
|
proxy_pass http://127.0.0.1:3000/;
|
||||||
}
|
}
|
||||||
|
|
||||||
location /playground {
|
location /wasm-playground {
|
||||||
alias /home/penpot/penpot/experiments/;
|
alias /home/penpot/penpot/frontend/resources/public/wasm-playground/;
|
||||||
add_header Cache-Control "no-cache, max-age=0";
|
add_header Cache-Control "no-cache, max-age=0";
|
||||||
autoindex on;
|
autoindex on;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue