.
Size: a a a
.
.
SC
МК
МК
SC
МК
А
А
PM
А
АА
ВШ
АА
NT
ВШ
ВШ
V
could not find driver (SQL: select * from information_schema.tables where table_schema = public and table_name = app_migrations and table_type = 'BASE TABLE')
pgsql:
container_name: pgsql
restart: always
image: postgres
environment:
POSTGRES_USER: coaches
POSTGRES_PASSWORD: coaches
POSTGRES_DB: coaches
ports:
- "5432:5432"
pdo pdo_pgsql
DB_CONNECTION=pgsql
DB_HOST=localhost
DB_PORT=5432
DB_DATABASE=coaches
DB_USERNAME=coaches
DB_PASSWORD=coaches