first commit

This commit is contained in:
orohi
2026-07-25 00:37:09 +03:00
commit 3ca7f9f7cc
35 changed files with 2478 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
# Docker Hub → быстрый pull в Dokploy
```bash
docker login
docker build -t ВАШ_ЛОГИН/remna-site:latest ./app
docker push ВАШ_ЛОГИН/remna-site:latest
```
В Dokploy: compose file `docker-compose.hub.yml`, env `DOCKERHUB_USER=ВАШ_ЛОГИН`, затем Deploy.