This commit is contained in:
2026-06-16 09:54:46 -06:00
parent b0e70d7b71
commit 6e2a17f63f

View File

@@ -8,7 +8,7 @@ services:
environment: environment:
- TEACHING_BOOKS_DB=/app/data/teaching-books.db - TEACHING_BOOKS_DB=/app/data/teaching-books.db
volumes: volumes:
- db_data:/app/data - ./data:/app/data
restart: unless-stopped restart: unless-stopped
networks: networks:
- npm_proxy - npm_proxy
@@ -16,6 +16,3 @@ services:
networks: networks:
npm_proxy: npm_proxy:
external: true external: true
volumes:
db_data: