update dev deployment to use docker compose

This commit is contained in:
2025-11-30 13:35:47 -05:00
parent 21641273fa
commit 6e77de02de
4 changed files with 142 additions and 6 deletions
+22
View File
@@ -0,0 +1,22 @@
{
admin off
auto_https off
}
:80 {
reverse_proxy dashboard:3838 {
transport http {
read_buffer 8192
write_buffer 8192
}
}
header {
X-Dev-Environment "true"
}
log {
output stdout
format console
}
}