Skip to content

Commit

Permalink
docker-compose: ensure pgsql extensions are loaded
Browse files Browse the repository at this point in the history
  • Loading branch information
JanTvrdik committed Jan 21, 2024
1 parent 8085bdb commit bd5b604
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ x-php-service-base: &php-service-base
- ./tests:/usr/src/app/tests
- ./composer.bridgeless.json:/usr/src/app/composer.bridgeless.json

environment:
PHP_EXTENSION_PGSQL: 1
PHP_EXTENSION_PDO_PGSQL: 1

services:
php71:
<<: *php-service-base
Expand Down

0 comments on commit bd5b604

Please sign in to comment.