You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to deploy Hatchet Lite using Docker Compose by following the official instructions:
🔗 Hatchet Lite Self-Hosting Guide
In the Accessing Hatchet Lite section (link), it states that a default user is created with the following credentials:
Email: [email protected]
Password: Admin123!!
Is there a way to define the admin email and password using environment variables? This would allow us to avoid using the default credentials.
I tried changing the email directly in PostgreSQL, and it worked, but upon restarting my stack, a new user is generated again with the default credentials.
Is there a recommended approach to persist these credentials or override them during the initial setup?
Thanks in advance for your help!
The text was updated successfully, but these errors were encountered:
Hey,
I'm trying to deploy Hatchet Lite using Docker Compose by following the official instructions:
🔗 Hatchet Lite Self-Hosting Guide
In the Accessing Hatchet Lite section (link), it states that a default user is created with the following credentials:
Email: [email protected]
Password: Admin123!!
Is there a way to define the admin email and password using environment variables? This would allow us to avoid using the default credentials.
I tried changing the email directly in PostgreSQL, and it worked, but upon restarting my stack, a new user is generated again with the default credentials.
Is there a recommended approach to persist these credentials or override them during the initial setup?
Thanks in advance for your help!
The text was updated successfully, but these errors were encountered: