simplify dockerfile and docker-compose files

This commit is contained in:
ArnoChen
2025-02-20 22:18:42 +08:00
parent c431cd584a
commit 9aba7d7d48
2 changed files with 2 additions and 23 deletions

View File

@@ -6,16 +6,8 @@ services:
volumes:
- ./data/rag_storage:/app/data/rag_storage
- ./data/inputs:/app/data/inputs
- .env:/app/.env
- ./config.ini:/app/config.ini
- ./.env:/app/.env
env_file:
- .env
environment:
- TZ=UTC
restart: unless-stopped
networks:
- lightrag_net
extra_hosts:
- "host.docker.internal:host-gateway"
networks:
lightrag_net:
driver: bridge