Initial commit

This commit is contained in:
Alexander
2026-02-14 20:36:34 +03:00
commit bc7441db20
15 changed files with 2107 additions and 0 deletions

13
docker-compose.yml Normal file
View File

@@ -0,0 +1,13 @@
version: "3.9"
services:
proxy:
build:
context: .
dockerfile: Dockerfile
ports:
- "3000:3000"
restart: unless-stopped
environment:
HTTP_PROXY: http://localhost:3080
NODE_ENV: production