сделал мерж
All checks were successful
Create and publish a Docker image / Publish image (push) Successful in 20s
Create and publish a Docker image / Deploy image (push) Successful in 3s

This commit is contained in:
Vitalick Kovalenko 2023-12-24 12:35:30 +03:00
commit 5bef2b0dbc
2 changed files with 9 additions and 0 deletions

View File

@ -10,6 +10,9 @@
# Схема # Схема
![Схема](img/scheme.png "scheme") ![Схема](img/scheme.png "scheme")
# Схема БД
![Схема](img/scheme.png "scheme")
# Docker # Docker
```bash ```bash
@ -34,5 +37,11 @@ services:
environment: environment:
- CONNECTION_STRING=Host=192.168.0.94;Port=5432;Database=backend;Username=prod;Password= - CONNECTION_STRING=Host=192.168.0.94;Port=5432;Database=backend;Username=prod;Password=
- TZ=Europe/Moscow - TZ=Europe/Moscow
- Google:ClientId=1074677274720-anq59r07nlu1nh7r444pg7llsts>
- Google:ClientSecret=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
volumes:
- filesvolume:/app/cyber-boom-files
image: 'git.zetcraft.ru/cybebloom/cybebloombackend:main' image: 'git.zetcraft.ru/cybebloom/cybebloombackend:main'
volumes:
filesvolume:
``` ```

BIN
img/db.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 116 KiB