1
0
Fork 0
mirror of https://ark.sudovanilla.org/Korbs/butterflyvu.git synced 2024-12-22 15:23:54 +00:00
butterflyvu/docker-compose.yml

23 lines
606 B
YAML
Raw Permalink Normal View History

2024-06-06 00:48:11 +00:00
services:
2024-11-12 22:31:28 +00:00
butterflyvu:
2024-12-11 16:54:26 +00:00
image: oci.registry.sudovanilla.org/butterflyvu:latest
restart: always
2024-06-06 21:50:54 +00:00
volumes:
# Configuration
2024-11-12 22:31:28 +00:00
- ./config.json:/app/config.json
# Homepage
2024-12-01 05:24:26 +00:00
- ./docs/home.mdx:/app/src/content/home.mdx
# Your Documentations
2024-11-12 22:31:28 +00:00
- ./docs/:/app/src/content/docs/
# Use this add images locally and update your favicon
- ./public/:/app/public/
# Generated, do not touch
2024-11-12 22:31:28 +00:00
- ./dists/:/app/dist/
nginx:
image: nginx:latest
restart: always
2024-11-12 22:31:28 +00:00
ports:
- 4242:80
volumes:
- ./dists/:/usr/share/nginx/html/