Skip to content

Commit

Permalink
#3: Add in a healthcheck for platform-postgresql service.
Browse files Browse the repository at this point in the history
  • Loading branch information
reynoldsalec committed Oct 26, 2021
1 parent d6c655d commit d75c86c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions services/platformsh-postgresql/builder.js
Expand Up @@ -11,6 +11,7 @@ module.exports = {
legacy: ['9.3'],
port: '5432',
supportedIgnore: true,
healthcheck: 'psql -U postgres -c "\\\l"',
},
parent: '_platformsh_service',
builder: (parent, config) => class LandoPlatformshPostgres extends parent {
Expand Down

0 comments on commit d75c86c

Please sign in to comment.