2024-06-06 00:48:11 +00:00
|
|
|
services:
|
2024-11-12 22:31:28 +00:00
|
|
|
butterflyvu:
|
2024-12-11 03:59:31 +00:00
|
|
|
image: docker.registry.sudovanilla.org/butterflyvu:latest
|
2024-12-01 05:24:26 +00:00
|
|
|
network_mode: bridge
|
2024-06-06 21:50:54 +00:00
|
|
|
volumes:
|
2024-11-12 22:31:28 +00:00
|
|
|
- ./config.json:/app/config.json
|
2024-12-01 05:24:26 +00:00
|
|
|
- ./docs/home.mdx:/app/src/content/home.mdx
|
2024-11-12 22:31:28 +00:00
|
|
|
- ./docs/:/app/src/content/docs/
|
|
|
|
- ./dists/:/app/dist/
|
|
|
|
|
|
|
|
nginx:
|
|
|
|
image: nginx:latest
|
|
|
|
restart: unless-stopped
|
|
|
|
network_mode: bridge
|
|
|
|
ports:
|
|
|
|
- 4242:80
|
|
|
|
volumes:
|
|
|
|
- ./dists/:/usr/share/nginx/html/
|