Проброшен конфиг логера
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"
|
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
|
||||||
|
|
|
||||||
|
|
@ -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/
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue