mirror of
https://git.mirrors.martin98.com/https://github.com/infiniflow/ragflow.git
synced 2025-08-11 14:59:02 +08:00
Update oc9 docker compose file (#3913)
### What problem does this PR solve? Update OC9 docker compose files issue: #3901 ### Type of change - [x] Bug Fix (non-breaking change which fixes an issue) Signed-off-by: jinhai <haijin.chn@gmail.com>
This commit is contained in:
parent
c817ff184b
commit
95614175e6
@ -1,14 +1,11 @@
|
|||||||
include:
|
include:
|
||||||
- path: ./docker-compose-base.yml
|
- ./docker-compose-base.yml
|
||||||
env_file: ./.env
|
|
||||||
|
|
||||||
services:
|
services:
|
||||||
ragflow:
|
ragflow:
|
||||||
depends_on:
|
depends_on:
|
||||||
mysql:
|
mysql:
|
||||||
condition: service_healthy
|
condition: service_healthy
|
||||||
es01:
|
|
||||||
condition: service_healthy
|
|
||||||
image: edwardelric233/ragflow:oc9
|
image: edwardelric233/ragflow:oc9
|
||||||
container_name: ragflow-server
|
container_name: ragflow-server
|
||||||
ports:
|
ports:
|
||||||
@ -20,10 +17,15 @@ services:
|
|||||||
- ./nginx/ragflow.conf:/etc/nginx/conf.d/ragflow.conf
|
- ./nginx/ragflow.conf:/etc/nginx/conf.d/ragflow.conf
|
||||||
- ./nginx/proxy.conf:/etc/nginx/proxy.conf
|
- ./nginx/proxy.conf:/etc/nginx/proxy.conf
|
||||||
- ./nginx/nginx.conf:/etc/nginx/nginx.conf
|
- ./nginx/nginx.conf:/etc/nginx/nginx.conf
|
||||||
|
env_file: .env
|
||||||
environment:
|
environment:
|
||||||
- TZ=${TIMEZONE}
|
- TZ=${TIMEZONE}
|
||||||
- HF_ENDPOINT=https://hf-mirror.com
|
- HF_ENDPOINT=${HF_ENDPOINT}
|
||||||
- MACOS=${MACOS}
|
- MACOS=${MACOS}
|
||||||
networks:
|
networks:
|
||||||
- ragflow
|
- ragflow
|
||||||
restart: always
|
restart: on-failure
|
||||||
|
# https://docs.docker.com/engine/daemon/prometheus/#create-a-prometheus-configuration
|
||||||
|
# If you're using Docker Desktop, the --add-host flag is optional. This flag makes sure that the host's internal IP gets exposed to the Prometheus container.
|
||||||
|
extra_hosts:
|
||||||
|
- "host.docker.internal:host-gateway"
|
||||||
|
@ -1,14 +1,11 @@
|
|||||||
include:
|
include:
|
||||||
- path: ./docker-compose-base.yml
|
- ./docker-compose-base.yml
|
||||||
env_file: ./.env
|
|
||||||
|
|
||||||
services:
|
services:
|
||||||
ragflow:
|
ragflow:
|
||||||
depends_on:
|
depends_on:
|
||||||
mysql:
|
mysql:
|
||||||
condition: service_healthy
|
condition: service_healthy
|
||||||
es01:
|
|
||||||
condition: service_healthy
|
|
||||||
image: edwardelric233/ragflow:oc9
|
image: edwardelric233/ragflow:oc9
|
||||||
container_name: ragflow-server
|
container_name: ragflow-server
|
||||||
ports:
|
ports:
|
||||||
@ -20,13 +17,18 @@ services:
|
|||||||
- ./nginx/ragflow.conf:/etc/nginx/conf.d/ragflow.conf
|
- ./nginx/ragflow.conf:/etc/nginx/conf.d/ragflow.conf
|
||||||
- ./nginx/proxy.conf:/etc/nginx/proxy.conf
|
- ./nginx/proxy.conf:/etc/nginx/proxy.conf
|
||||||
- ./nginx/nginx.conf:/etc/nginx/nginx.conf
|
- ./nginx/nginx.conf:/etc/nginx/nginx.conf
|
||||||
|
env_file: .env
|
||||||
environment:
|
environment:
|
||||||
- TZ=${TIMEZONE}
|
- TZ=${TIMEZONE}
|
||||||
- HF_ENDPOINT=https://hf-mirror.com
|
- HF_ENDPOINT=${HF_ENDPOINT}
|
||||||
- MACOS=${MACOS}
|
- MACOS=${MACOS}
|
||||||
networks:
|
networks:
|
||||||
- ragflow
|
- ragflow
|
||||||
restart: always
|
restart: on-failure
|
||||||
|
# https://docs.docker.com/engine/daemon/prometheus/#create-a-prometheus-configuration
|
||||||
|
# If you're using Docker Desktop, the --add-host flag is optional. This flag makes sure that the host's internal IP gets exposed to the Prometheus container.
|
||||||
|
extra_hosts:
|
||||||
|
- "host.docker.internal:host-gateway"
|
||||||
deploy:
|
deploy:
|
||||||
resources:
|
resources:
|
||||||
reservations:
|
reservations:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user