version: '3.3' services: tabby: build: context: .. args: PYPI_INDEX_URL: https://pypi.tuna.tsinghua.edu.cn/simple environment: UVICORN_RELOAD: true VECTOR_WATCH_CONFIG: true STREAMLIT_RUN_ON_SAVE: true volumes: - ../:/app - ../deployment/config/vector.toml:/etc/vector/vector.toml:ro - ../deployment/scripts/supervisord.sh:/usr/bin/supervisord.sh:ro