mirror of
https://github.com/Dokploy/templates.git
synced 2026-03-12 01:56:43 -05:00
Change basic auth password for Kestra (#374)
the password must be 8 characters with one capital letter, one digit and one special character
This commit is contained in:
@@ -44,7 +44,7 @@ services:
|
||||
basicAuth:
|
||||
enabled: false
|
||||
username: "admin@localhost.dev" # it must be a valid email address
|
||||
password: kestra
|
||||
password: k3str4p@ss
|
||||
repository:
|
||||
type: postgres
|
||||
storage:
|
||||
@@ -62,4 +62,4 @@ services:
|
||||
- "8081"
|
||||
depends_on:
|
||||
postgres:
|
||||
condition: service_started
|
||||
condition: service_started
|
||||
|
||||
Reference in New Issue
Block a user