This commit is contained in:
2026-06-16 08:58:06 -06:00
parent 660039b3cf
commit 494fbef7b4

View File

@@ -1,14 +1,20 @@
services: services:
app: app:
build: . build: .
ports: expose:
- "3001:3001" - 3001
environment: environment:
- DEEPSEEK_API_KEY=${DEEPSEEK_API_KEY} - DEEPSEEK_API_KEY=${DEEPSEEK_API_KEY}
- TEACHING_BOOKS_DB=/app/data/teaching-books.db - TEACHING_BOOKS_DB=/app/data/teaching-books.db
volumes: volumes:
- db_data:/app/data - db_data:/app/data
restart: unless-stopped restart: unless-stopped
networks:
- npm_proxy
networks:
npm_proxy:
external: true
volumes: volumes:
db_data: db_data: