📦 chore(deploy): add deployment files and configurations for Docker Compose setup

This commit is contained in:
Gabriel Luiz Freitas Almeida 2023-08-16 15:38:43 -03:00
commit 6b0383be50
9 changed files with 215 additions and 0 deletions

3
deploy/db.env Normal file
View file

@ -0,0 +1,3 @@
POSTGRES_USER=langflow
POSTGRES_PASSWORD=langflow
POSTGRES_DB=langflow