Setup Compose
This commit is contained in:
parent
786263ff9c
commit
aca0aea1a8
1 changed files with 16 additions and 0 deletions
16
docker-compose.yml
Normal file
16
docker-compose.yml
Normal 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/
|
Loading…
Reference in a new issue