docker run --name pg-database -port 5432:5432 -e POSTGRES_DB="postgres" -e POSTGRES_USER="admin" -e POSTGRES_PASSWORD="123" postgres:12-alpine