add docker compose

master
Иван Добринец 2025-11-17 12:29:28 +08:00
parent ffa3f859bf
commit 097f6ada5f
1 changed files with 8 additions and 0 deletions

8
docker-compose.yml Normal file
View File

@ -0,0 +1,8 @@
version: '3.8'
services:
app:
build: .
restart: always
ports:
- "9010:3000"