mirror of
https://github.com/drawdb-io/drawdb.git
synced 2025-10-13 13:58:05 +00:00
add compose.yml
This commit is contained in:
16
compose.yml
Normal file
16
compose.yml
Normal file
@@ -0,0 +1,16 @@
|
||||
services:
|
||||
drawdb:
|
||||
image: node:20-alpine
|
||||
container_name: drawdb
|
||||
ports:
|
||||
- 5173:5173
|
||||
working_dir: /var/www/html
|
||||
volumes:
|
||||
- ./:/var/www/html
|
||||
command: sh -c "npm install && npm run dev:docker"
|
||||
networks:
|
||||
- default
|
||||
|
||||
networks:
|
||||
default:
|
||||
driver: bridge
|
Reference in New Issue
Block a user