Skip to content

Commit

Permalink
https://telecominfraproject.atlassian.net/browse/WIFI-13172
Browse files Browse the repository at this point in the history
Adding new postgresql environment settings
  • Loading branch information
stephb9959 authored Dec 13, 2023
1 parent f2bb115 commit acaa929
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docker-compose/docker-compose.postgresql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,12 @@ services:
image: "postgres:${POSTGRESQL_TAG}"
networks:
openwifi:
command:
- "postgres"
- "-c"
- "max_connections=400"
- "-c"
- "shared_buffers=20MB"
env_file:
- postgresql.env
restart: unless-stopped
Expand Down

0 comments on commit acaa929

Please sign in to comment.