fixed trust_proxy

This commit is contained in:
callum5892
2026-03-17 02:46:39 +00:00
parent 02896d4126
commit 23ca70ac54
2 changed files with 32 additions and 6 deletions

View File

@@ -1,8 +1,6 @@
services:
app:
build:
context: .
dockerfile: Dockerfile
image: gitea.calnet.dev/callum/binit:latest
container_name: binit-app
env_file:
- .env
@@ -11,6 +9,7 @@ services:
MINIO_PORT: ${MINIO_PORT:-9000}
MINIO_USE_SSL: ${MINIO_USE_SSL:-false}
PORT: ${PORT:-3000}
TRUST_PROXY: ${TRUST_PROXY:-1}
ports:
- "3000:3000"
depends_on: