1
0

feat: initial commit

This commit is contained in:
2025-11-13 11:08:20 +04:00
commit 059d79a256
46 changed files with 8797 additions and 0 deletions

10
README.md Normal file
View File

@@ -0,0 +1,10 @@
# AAAA - название лучше не придумал.
### Installations steps.
1. Install Docker (with Docker Compose) by [following guide](https://docs.docker.com/engine/install/ubuntu/#install-using-the-repository).
2. Copy .env.example to .env.
3. Replace environment variables in .env by your. Make sure that you are using PostgreSQL, not MySQL.
4. In `docker-compose.yml` modify public port (replace 80 by any port) if you need.
5. Run `mkdir uploads` if you don't have that directory in project root.
6. Run `docker compose up --build --detach`.
7. Try to open this url `http://[public ip or domain]:[public port specified in docker-compose.yml]/docs`.