adding missing postgres vars
This commit is contained in:
parent
d4fee26cbc
commit
af0409463d
1 changed files with 10 additions and 0 deletions
|
@ -26,6 +26,16 @@ volumes:
|
|||
cloud_networks:
|
||||
# persistent-net
|
||||
- net-id: "67b77354-39a4-43de-b007-bb813ac5c35f"
|
||||
#
|
||||
# PostgreSQL configuration
|
||||
#
|
||||
|
||||
shared_buffers: "2GB"
|
||||
effective_cache_size: "6GB"
|
||||
|
||||
#
|
||||
# Pagure Config
|
||||
#
|
||||
|
||||
stunnel_service: "eventsource"
|
||||
stunnel_source_port: 8088
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue