change fastify port 3080 > 3090

This commit is contained in:
Linus Miller 2025-12-24 17:17:43 +01:00
parent a11026972b
commit a9d43ac866
3 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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

View File

@ -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
} }