Setup Compose

This commit is contained in:
Korbs 2024-11-12 19:17:54 -05:00
parent 786263ff9c
commit aca0aea1a8

16
docker-compose.yml Normal file
View file

@ -0,0 +1,16 @@
services:
butterflyvu:
image: ark.sudovanilla.org/korbs/butterlyvu:amd64
volumes:
- ./config.json:/app/config.json
- ./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/