butterflyvu/docker-compose.yml

19 lines
421 B
YAML
Raw Normal View History

2024-06-05 19:48:11 -05:00
services:
2024-11-12 17:31:28 -05:00
butterflyvu:
2024-06-07 06:09:39 -05:00
image: ark.sudovanilla.org/korbs/butterlyvu:amd64
2024-06-06 16:50:54 -05:00
restart: unless-stopped
ports:
- 2014:2014
volumes:
2024-11-12 17:31:28 -05:00
- ./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/