mirror of
https://github.com/hay-kot/mealie.git
synced 2025-08-22 14:33:33 -07:00
added mkdocs to docker-compose
This commit is contained in:
parent
d0f89956f4
commit
b689c4715b
1 changed files with 8 additions and 0 deletions
|
@ -34,6 +34,14 @@ services:
|
||||||
volumes:
|
volumes:
|
||||||
- ./mealie:/app
|
- ./mealie:/app
|
||||||
|
|
||||||
|
mealie-docs:
|
||||||
|
image: squidfunk/mkdocs-material
|
||||||
|
restart: always
|
||||||
|
ports:
|
||||||
|
- 9924:8000
|
||||||
|
volumes:
|
||||||
|
- ./docs:/docs
|
||||||
|
|
||||||
# Database
|
# Database
|
||||||
mongo:
|
mongo:
|
||||||
image: mongo
|
image: mongo
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue