update for clear docker compose file

This commit is contained in:
Tianyong Qiu 2025-02-27 14:14:13 +08:00
parent 0d2c4f1a29
commit 9897bcc927

View File

@ -288,7 +288,6 @@ services:
- -c - -c
- | - |
uvicorn chat.main:app --reload --host=0.0.0.0 --port=8012 --workers 4 --timeout-keep-alive 120 --log-level info uvicorn chat.main:app --reload --host=0.0.0.0 --port=8012 --workers 4 --timeout-keep-alive 120 --log-level info
- echo "Chat service is up and running $CONTAINER_APP_ROOT"
volumes: volumes:
- type: bind - type: bind
source: ${WORKING_HOME}/logs/freeleaps-chat source: ${WORKING_HOME}/logs/freeleaps-chat