mirror of
https://github.com/dylanbenzi/hurricane_normalization_app.git
synced 2026-07-30 05:08:57 +00:00
update dev deployment to use docker compose
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user