Skip to content

Instantly share code, notes, and snippets.

@yvanzo
Created May 14, 2020 14:43
Show Gist options
  • Save yvanzo/2c42a8bf8fd78853c4363f6a706d08be to your computer and use it in GitHub Desktop.
Save yvanzo/2c42a8bf8fd78853c4363f6a706d08be to your computer and use it in GitHub Desktop.
Pass custom configuration parmeters and options to Postgres
version: '3.1'
# Description: Pass custom configuration parmeters and options to Postgres
services:
db:
command: postgres -c "shared_buffers=4096MB" -c "shared_preload_libraries=pg_amqp.so"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment