parent
8d50892b35
commit
658a1f1c24
|
|
@ -38,7 +38,6 @@ curl --proto '=https' --tlsv1.2 -sSf https://sh.vector.dev | bash -s -- -y
|
||||||
mkdir -p /var/lib/vector
|
mkdir -p /var/lib/vector
|
||||||
EOF
|
EOF
|
||||||
ENV PATH "$PATH:/root/.vector/bin"
|
ENV PATH "$PATH:/root/.vector/bin"
|
||||||
COPY deployment/config/vector.toml /etc/vector/vector.toml
|
|
||||||
|
|
||||||
# Supervisord
|
# Supervisord
|
||||||
RUN --mount=type=cache,target=/root/.cache pip install -i $PYPI_INDEX_URL --extra-index-url https://pypi.org/simple supervisor
|
RUN --mount=type=cache,target=/root/.cache pip install -i $PYPI_INDEX_URL --extra-index-url https://pypi.org/simple supervisor
|
||||||
|
|
|
||||||
|
|
@ -47,7 +47,7 @@ command=uvicorn tabby.server:app --host 0.0.0.0 --port 5000
|
||||||
command=streamlit run tabby/admin/Home.py --server.port 8501
|
command=streamlit run tabby/admin/Home.py --server.port 8501
|
||||||
|
|
||||||
[program:vector]
|
[program:vector]
|
||||||
command=vector
|
command=vector --config-toml tabby/config/vector.toml
|
||||||
|
|
||||||
[program:dagu_scheduler]
|
[program:dagu_scheduler]
|
||||||
command=dagu scheduler
|
command=dagu scheduler
|
||||||
|
|
|
||||||
|
|
@ -12,5 +12,4 @@ services:
|
||||||
STREAMLIT_RUN_ON_SAVE: true
|
STREAMLIT_RUN_ON_SAVE: true
|
||||||
volumes:
|
volumes:
|
||||||
- ../:/app
|
- ../:/app
|
||||||
- ../deployment/config/vector.toml:/etc/vector/vector.toml:ro
|
|
||||||
- ../deployment/scripts/tabby.sh:/usr/bin/tabby.sh:ro
|
- ../deployment/scripts/tabby.sh:/usr/bin/tabby.sh:ro
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue