1
0
mirror of https://gitlab.com/2-chainz/2chainz.git synced 2025-07-28 17:21:35 +00:00
This commit is contained in:
2025-05-23 15:48:30 -06:00
parent 69238678b8
commit 6bb53f6f7d
2 changed files with 23 additions and 5 deletions

View File

@@ -22,4 +22,5 @@ COPY . /app
RUN --mount=type=cache,target=/root/.cache/uv \
uv sync --locked --no-dev
CMD ["uv", "run", "fastapi", "run", "src/two_chainz", "--port", "80", "--proxy-headers"]
CMD ["uv", "run", "fastapi", "run", "src/two_chainz", "--port", "80", "--proxy-headers", "--forwarded-allow-ips", "*"]