Initial commit

This commit is contained in:
Artyom Belousov 2026-02-08 20:57:57 +03:00 committed by Artyom Belousov
commit 750943aaba
16 changed files with 318 additions and 0 deletions

6
compose.yaml Normal file
View file

@ -0,0 +1,6 @@
services:
app:
restart: unless-stopped
build: .
ports:
- 127.0.0.1:1234:80