Fixed rss bug
This commit is contained in:
@@ -16,6 +16,7 @@ services:
|
|||||||
- ${TRANSCRIPTS_HOST_DIR:-./transcripts}:/transcripts
|
- ${TRANSCRIPTS_HOST_DIR:-./transcripts}:/transcripts
|
||||||
- ${TMP_HOST_DIR:-./tmp}:/tmpdl
|
- ${TMP_HOST_DIR:-./tmp}:/tmpdl
|
||||||
- ${MODELS_HOST_DIR:-./models}:/root/.cache/huggingface
|
- ${MODELS_HOST_DIR:-./models}:/root/.cache/huggingface
|
||||||
|
- ./app:/app
|
||||||
ports: ["8088:8080"]
|
ports: ["8088:8080"]
|
||||||
depends_on: [podx-worker, meili, redis]
|
depends_on: [podx-worker, meili, redis]
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
@@ -53,6 +54,7 @@ services:
|
|||||||
- ${TRANSCRIPTS_HOST_DIR:-./transcripts}:/transcripts
|
- ${TRANSCRIPTS_HOST_DIR:-./transcripts}:/transcripts
|
||||||
- ${TMP_HOST_DIR:-./tmp}:/tmpdl
|
- ${TMP_HOST_DIR:-./tmp}:/tmpdl
|
||||||
- ${MODELS_HOST_DIR:-./models}:/root/.cache/huggingface
|
- ${MODELS_HOST_DIR:-./models}:/root/.cache/huggingface
|
||||||
|
- ./app:/app
|
||||||
depends_on: [meili, redis]
|
depends_on: [meili, redis]
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
healthcheck:
|
healthcheck:
|
||||||
@@ -86,6 +88,7 @@ services:
|
|||||||
- ${TRANSCRIPTS_HOST_DIR:-./transcripts}:/transcripts
|
- ${TRANSCRIPTS_HOST_DIR:-./transcripts}:/transcripts
|
||||||
- ${TMP_HOST_DIR:-./tmp}:/tmpdl
|
- ${TMP_HOST_DIR:-./tmp}:/tmpdl
|
||||||
- ${MODELS_HOST_DIR:-./models}:/root/.cache/huggingface
|
- ${MODELS_HOST_DIR:-./models}:/root/.cache/huggingface
|
||||||
|
- ./app:/app
|
||||||
depends_on: [meili, redis]
|
depends_on: [meili, redis]
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
healthcheck:
|
healthcheck:
|
||||||
@@ -151,6 +154,7 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
- ${LIBRARY_HOST_DIR:-./library}:/library
|
- ${LIBRARY_HOST_DIR:-./library}:/library
|
||||||
- ${TRANSCRIPTS_HOST_DIR:-./transcripts}:/transcripts
|
- ${TRANSCRIPTS_HOST_DIR:-./transcripts}:/transcripts
|
||||||
|
- ./app:/app
|
||||||
depends_on: [redis]
|
depends_on: [redis]
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test: ["CMD-SHELL", "exit 0"]
|
test: ["CMD-SHELL", "exit 0"]
|
||||||
@@ -177,6 +181,7 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
- ${LIBRARY_HOST_DIR:-./library}:/library
|
- ${LIBRARY_HOST_DIR:-./library}:/library
|
||||||
- ${TRANSCRIPTS_HOST_DIR:-./transcripts}:/transcripts
|
- ${TRANSCRIPTS_HOST_DIR:-./transcripts}:/transcripts
|
||||||
|
- ./app:/app
|
||||||
depends_on: [redis]
|
depends_on: [redis]
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test: ["CMD-SHELL", "python - <<'PY'\nimport os,sys; p=os.getenv('FEEDS_FILE',''); sys.exit(0 if (p and os.path.exists(p)) else 1)\nPY"]
|
test: ["CMD-SHELL", "python - <<'PY'\nimport os,sys; p=os.getenv('FEEDS_FILE',''); sys.exit(0 if (p and os.path.exists(p)) else 1)\nPY"]
|
||||||
|
Reference in New Issue
Block a user