Skip to content

Commit

Permalink
feat: add env var to docker-compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandreteles committed Oct 25, 2023
1 parent 9cc78a2 commit 4f0426d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,8 @@ services:
volumes:
- /data/langflow/data:/home/langflow/.cache/langflow
- /data/langflow/logs:/home/langflow/app/logs
environment:
- LANGFLOW_AUTO_LOGIN=False
- LANGFLOW_SUPERUSER=MyAdminUsername
- LANGFLOW_SUPERUSER_PASSWORD=MySuperSecretPasswordOmg11!
- LANGFLOW_SECRET_KEY=GenerateOneWithOpensslRandBase64

0 comments on commit 4f0426d

Please sign in to comment.