Добавил репозиторий, реализовал добавление, вывод и фильтрацию сообщений.
https://www.youtube.com/watch?v=nyFLX3q3poY&list=PLU2ftbIeotGoGSEUf54LQH-DgiQPF2XRO&index=3
This commit is contained in:
10
compose.yml
Normal file
10
compose.yml
Normal file
@@ -0,0 +1,10 @@
|
||||
services:
|
||||
postgres:
|
||||
restart: on-failure
|
||||
image: postgres:13
|
||||
ports:
|
||||
- "5454:5432"
|
||||
environment:
|
||||
POSTGRES_USER: user
|
||||
POSTGRES_PASSWORD: 123456
|
||||
POSTGRES_DB: sweater_db
|
||||
Reference in New Issue
Block a user