mirror of
https://github.com/Alfresco/alfresco-sdk.git
synced 2025-08-14 17:59:13 +00:00
Archetypes - Change postgresql log level
Change the log level of the postgresql container to avoid showing needless messages.
This commit is contained in:
@@ -33,6 +33,7 @@ services:
|
|||||||
POSTGRES_DB: alfresco
|
POSTGRES_DB: alfresco
|
||||||
POSTGRES_USER: alfresco
|
POSTGRES_USER: alfresco
|
||||||
POSTGRES_PASSWORD: alfresco
|
POSTGRES_PASSWORD: alfresco
|
||||||
|
command: postgres -c max_connections=300 -c log_min_messages=LOG
|
||||||
ports:
|
ports:
|
||||||
- "${symbol_dollar}{postgres.port}:5432"
|
- "${symbol_dollar}{postgres.port}:5432"
|
||||||
volumes:
|
volumes:
|
||||||
|
@@ -29,6 +29,7 @@ services:
|
|||||||
POSTGRES_DB: alfresco
|
POSTGRES_DB: alfresco
|
||||||
POSTGRES_USER: alfresco
|
POSTGRES_USER: alfresco
|
||||||
POSTGRES_PASSWORD: alfresco
|
POSTGRES_PASSWORD: alfresco
|
||||||
|
command: postgres -c max_connections=300 -c log_min_messages=LOG
|
||||||
ports:
|
ports:
|
||||||
- "${symbol_dollar}{postgres.port}:5432"
|
- "${symbol_dollar}{postgres.port}:5432"
|
||||||
volumes:
|
volumes:
|
||||||
|
@@ -40,6 +40,7 @@ services:
|
|||||||
POSTGRES_DB: alfresco
|
POSTGRES_DB: alfresco
|
||||||
POSTGRES_USER: alfresco
|
POSTGRES_USER: alfresco
|
||||||
POSTGRES_PASSWORD: alfresco
|
POSTGRES_PASSWORD: alfresco
|
||||||
|
command: postgres -c max_connections=300 -c log_min_messages=LOG
|
||||||
ports:
|
ports:
|
||||||
- "${symbol_dollar}{postgres.port}:5432"
|
- "${symbol_dollar}{postgres.port}:5432"
|
||||||
volumes:
|
volumes:
|
||||||
|
Reference in New Issue
Block a user