Проброшен конфиг логера

This commit is contained in:
Ярослав Малинин 2026-05-01 01:31:56 +03:00
parent daca5ee05b
commit b6bd215eff
2 changed files with 2 additions and 0 deletions

View file

@ -31,6 +31,7 @@ COPY --from=builder /app/.venv /app/.venv
ENV PATH="/app/.venv/bin:$PATH" ENV PATH="/app/.venv/bin:$PATH"
COPY src/ /app/src/ COPY src/ /app/src/
COPY configs/ /app/configs/
COPY Makefile ./ COPY Makefile ./
COPY .mk/ ./.mk/ COPY .mk/ ./.mk/
RUN chown root:root /app && chmod 700 /app RUN chown root:root /app && chmod 700 /app

View file

@ -19,6 +19,7 @@ services:
agent_api: ${AGENT_API_PATH} agent_api: ${AGENT_API_PATH}
volumes: volumes:
- ./src:/app/src - ./src:/app/src
- ./configs:/app/configs
- ${AGENT_API_PATH}:/agent_api/ - ${AGENT_API_PATH}:/agent_api/
- ./data/workspace:/workspace/ - ./data/workspace:/workspace/
- ./data/internal:/internal_data/ - ./data/internal:/internal_data/