Add docker-compose.yaml

This commit is contained in:
2025-12-09 12:32:23 +00:00
parent 9d84fc38f3
commit 2197c36a4a

12
docker-compose.yaml Normal file
View File

@@ -0,0 +1,12 @@
services:
frontend:
build: .
container_name: meridyn-bot-web
ports:
- "3003:80"
volumes:
- .:/app
- /app/node_modules
environment:
- CHOKIDAR_USEPOLLING=true
- HOST=0.0.0.0