1
0
forked from baron/baron-sso

flutter 앱 description 수정, backend 포트포워딩 제거

This commit is contained in:
Lectom C Han
2026-02-10 17:35:16 +09:00
parent 798d37bed9
commit 2fd4631331
3 changed files with 2 additions and 4 deletions

View File

@@ -28,8 +28,6 @@ services:
- CLICKHOUSE_PORT=${CLICKHOUSE_PORT_NATIVE:-9000}
- CLICKHOUSE_USER=${CLICKHOUSE_USER:-baron}
- CLICKHOUSE_PASSWORD=${CLICKHOUSE_PASSWORD:-password}
ports:
- "${BACKEND_PORT:-3000}:3000"
depends_on:
- infra_check
networks: