Add log level to compose files
This commit is contained in:
parent
7745071e63
commit
9139c8e8de
2 changed files with 2 additions and 0 deletions
|
|
@ -21,6 +21,7 @@ x-bridge-vars: &common-bridge-variables
|
|||
NEXTAUTH_SECRET: ${NEXTAUTH_SECRET}
|
||||
BRIDGE_SIGNAL_URL: ${BRIDGE_SIGNAL_URL}
|
||||
BRIDGE_SIGNAL_AUTO_GROUPS: ${BRIDGE_SIGNAL_AUTO_GROUPS}
|
||||
LOG_LEVEL: "debug"
|
||||
|
||||
services:
|
||||
bridge-frontend:
|
||||
|
|
|
|||
|
|
@ -33,3 +33,4 @@ services:
|
|||
DATABASE_USER: ${DATABASE_USER}
|
||||
DATABASE_PASSWORD: ${DATABASE_PASSWORD}
|
||||
DATABASE_URL: ${DATABASE_URL}
|
||||
LOG_LEVEL: debug
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue