V1 bingo
Some checks failed
Deploy / build-and-deploy (push) Failing after 2m53s

This commit is contained in:
2026-06-14 21:29:43 +03:00
commit 05677924b5
55 changed files with 10816 additions and 0 deletions

12
docker-compose.yml Normal file
View File

@@ -0,0 +1,12 @@
services:
barabingo:
image: barabingo:latest
container_name: barabingo
restart: unless-stopped
ports:
- "80:3000"
volumes:
- ./data:/app/data
- ./uploads:/app/public/uploads
environment:
- NODE_ENV=production