Created
May 14, 2020 14:43
-
-
Save yvanzo/2c42a8bf8fd78853c4363f6a706d08be to your computer and use it in GitHub Desktop.
Pass custom configuration parmeters and options to Postgres
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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