update
This commit is contained in:
@@ -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:
|
|
||||||
|
|||||||
Reference in New Issue
Block a user