Archetypes - Change postgresql log level

Change the log level of the postgresql container to avoid showing
needless messages.
This commit is contained in:
Jose Luis Osorno 2019-01-14 15:47:12 +01:00
parent d2e21a38c6
commit 8617c29300
3 changed files with 3 additions and 0 deletions

View File

@ -33,6 +33,7 @@ services:
POSTGRES_DB: alfresco
POSTGRES_USER: alfresco
POSTGRES_PASSWORD: alfresco
command: postgres -c max_connections=300 -c log_min_messages=LOG
ports:
- "${symbol_dollar}{postgres.port}:5432"
volumes:

View File

@ -29,6 +29,7 @@ services:
POSTGRES_DB: alfresco
POSTGRES_USER: alfresco
POSTGRES_PASSWORD: alfresco
command: postgres -c max_connections=300 -c log_min_messages=LOG
ports:
- "${symbol_dollar}{postgres.port}:5432"
volumes:

View File

@ -40,6 +40,7 @@ services:
POSTGRES_DB: alfresco
POSTGRES_USER: alfresco
POSTGRES_PASSWORD: alfresco
command: postgres -c max_connections=300 -c log_min_messages=LOG
ports:
- "${symbol_dollar}{postgres.port}:5432"
volumes: