1
0
Fork 0
mirror of https://ark.sudovanilla.org/Korbs/butterflyvu.git synced 2025-03-14 03:54:13 +00:00
butterflyvu/docker-compose.yml

19 lines
421 B
YAML
Raw Normal View History

2024-06-05 20:48:11 -04:00
services:
2024-11-12 17:31:28 -05:00
butterflyvu:
2024-06-07 07:09:39 -04:00
image: ark.sudovanilla.org/korbs/butterlyvu:amd64
2024-06-06 17:50:54 -04: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/