change fastify port 3080 > 3090
This commit is contained in:
parent
a11026972b
commit
a9d43ac866
@ -4,7 +4,7 @@ PROTOCOL=https
|
|||||||
HOSTNAME=brf.local
|
HOSTNAME=brf.local
|
||||||
PORT=null
|
PORT=null
|
||||||
FASTIFY_HOST=0.0.0.0
|
FASTIFY_HOST=0.0.0.0
|
||||||
FASTIFY_PORT=3080
|
FASTIFY_PORT=3090
|
||||||
LOG_LEVEL=debug
|
LOG_LEVEL=debug
|
||||||
LOG_STREAM=console
|
LOG_STREAM=console
|
||||||
PGHOST=postgres
|
PGHOST=postgres
|
||||||
|
|||||||
@ -4,7 +4,7 @@ PROTOCOL=https
|
|||||||
HOSTNAME=brf.lkm.nu
|
HOSTNAME=brf.lkm.nu
|
||||||
PORT=null
|
PORT=null
|
||||||
FASTIFY_HOST=localhost
|
FASTIFY_HOST=localhost
|
||||||
FASTIFY_PORT=3080
|
FASTIFY_PORT=3090
|
||||||
LOG_LEVEL=debug
|
LOG_LEVEL=debug
|
||||||
LOG_STREAM=console
|
LOG_STREAM=console
|
||||||
PGHOST=/run/postgresql
|
PGHOST=/run/postgresql
|
||||||
|
|||||||
@ -8,7 +8,7 @@ brf.local {
|
|||||||
}
|
}
|
||||||
|
|
||||||
reverse_proxy @ws node:24678
|
reverse_proxy @ws node:24678
|
||||||
reverse_proxy node:3080 {
|
reverse_proxy node:3090 {
|
||||||
lb_try_duration 30s
|
lb_try_duration 30s
|
||||||
lb_try_interval 1s
|
lb_try_interval 1s
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user