Initial commit

This commit is contained in:
Artyom Belousov 2026-02-08 01:01:17 +03:00 committed by Artyom Belousov
commit ea042c33ba
26 changed files with 4452 additions and 0 deletions

8
compose.yaml Normal file
View file

@ -0,0 +1,8 @@
services:
app:
restart: unless-stopped
build: .
env_file:
- .env
ports:
- 127.0.0.1:3000:3000