feat([2fd88f42]): initial setup of heatmap tool
This commit is contained in:
17
heatmap-tool/docker-compose.yml
Normal file
17
heatmap-tool/docker-compose.yml
Normal file
@@ -0,0 +1,17 @@
|
||||
version: '3.8'
|
||||
|
||||
services:
|
||||
backend:
|
||||
build: ./backend
|
||||
ports:
|
||||
- "8000:8000"
|
||||
volumes:
|
||||
- ./backend:/app
|
||||
|
||||
frontend:
|
||||
build: ./frontend
|
||||
ports:
|
||||
- "5173:5173"
|
||||
volumes:
|
||||
- ./frontend:/app
|
||||
- /app/frontend/node_modules # prevent host node_modules from overwriting container
|
||||
Reference in New Issue
Block a user