Проброшен конфиг логера
This commit is contained in:
parent
daca5ee05b
commit
b6bd215eff
2 changed files with 2 additions and 0 deletions
|
|
@ -31,6 +31,7 @@ COPY --from=builder /app/.venv /app/.venv
|
|||
ENV PATH="/app/.venv/bin:$PATH"
|
||||
|
||||
COPY src/ /app/src/
|
||||
COPY configs/ /app/configs/
|
||||
COPY Makefile ./
|
||||
COPY .mk/ ./.mk/
|
||||
RUN chown root:root /app && chmod 700 /app
|
||||
|
|
|
|||
|
|
@ -19,6 +19,7 @@ services:
|
|||
agent_api: ${AGENT_API_PATH}
|
||||
volumes:
|
||||
- ./src:/app/src
|
||||
- ./configs:/app/configs
|
||||
- ${AGENT_API_PATH}:/agent_api/
|
||||
- ./data/workspace:/workspace/
|
||||
- ./data/internal:/internal_data/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue