feat: now auth could be disabled with pipeline param
This commit is contained in:
parent
5d1d138aca
commit
604ac0ebbc
4 changed files with 7 additions and 2 deletions
|
|
@ -50,6 +50,7 @@ services:
|
|||
SERVICE_ADDRESS: ${SERVICE_ADDRESS}
|
||||
RABBITMQ_URL: ${RABBITMQ_URL}
|
||||
JWT_PRIVATE_KEY: ${JWT_PRIVATE_KEY}
|
||||
AUTH_ENABLED: ${AUTH_ENABLED}
|
||||
ports:
|
||||
- "8080:8080"
|
||||
depends_on:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue