Добавлен основные классы для сервиса авторизаци
This commit is contained in:
11
docker-compose.yaml
Normal file
11
docker-compose.yaml
Normal file
@@ -0,0 +1,11 @@
|
||||
services:
|
||||
postgres:
|
||||
image: postgres:15.0
|
||||
environment:
|
||||
POSTGRES_DB: authorization
|
||||
POSTGRES_USER: postgres
|
||||
POSTGRES_PASSWORD: postgres
|
||||
ports:
|
||||
- 5432:5432
|
||||
|
||||
|
||||
Reference in New Issue
Block a user