Set comments, add /public
for Docker Compose file
This commit is contained in:
parent
a8f2008a1d
commit
9ed2a54ffc
1 changed files with 6 additions and 0 deletions
|
@ -3,9 +3,15 @@ services:
|
||||||
image: oci.registry.sudovanilla.org/butterflyvu:latest
|
image: oci.registry.sudovanilla.org/butterflyvu:latest
|
||||||
restart: always
|
restart: always
|
||||||
volumes:
|
volumes:
|
||||||
|
# Configuration
|
||||||
- ./config.json:/app/config.json
|
- ./config.json:/app/config.json
|
||||||
|
# Homepage
|
||||||
- ./docs/home.mdx:/app/src/content/home.mdx
|
- ./docs/home.mdx:/app/src/content/home.mdx
|
||||||
|
# Your Documentations
|
||||||
- ./docs/:/app/src/content/docs/
|
- ./docs/:/app/src/content/docs/
|
||||||
|
# Use this add images locally and update your favicon
|
||||||
|
- ./public/:/app/public/
|
||||||
|
# Generated, do not touch
|
||||||
- ./dists/:/app/dist/
|
- ./dists/:/app/dist/
|
||||||
|
|
||||||
nginx:
|
nginx:
|
||||||
|
|
Loading…
Reference in a new issue