diff --git a/README.md b/README.md index 15dc74a..f1e91fc 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,9 @@ # Схема ![Схема](img/scheme.png "scheme") +# Схема БД +![Схема](img/scheme.png "scheme") + # Docker ```bash @@ -34,5 +37,11 @@ services: environment: - CONNECTION_STRING=Host=192.168.0.94;Port=5432;Database=backend;Username=prod;Password= - 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' +volumes: + filesvolume: ``` \ No newline at end of file diff --git a/img/db.jpg b/img/db.jpg new file mode 100644 index 0000000..c616db8 Binary files /dev/null and b/img/db.jpg differ