Set comments, add /public for Docker Compose file

This commit is contained in:
Korbs 2024-12-12 17:49:39 -05:00
parent a8f2008a1d
commit 9ed2a54ffc

View file

@ -3,9 +3,15 @@ services:
image: oci.registry.sudovanilla.org/butterflyvu:latest
restart: always
volumes:
# Configuration
- ./config.json:/app/config.json
# Homepage
- ./docs/home.mdx:/app/src/content/home.mdx
# Your Documentations
- ./docs/:/app/src/content/docs/
# Use this add images locally and update your favicon
- ./public/:/app/public/
# Generated, do not touch
- ./dists/:/app/dist/
nginx: