langflow/deploy
Gabriel Luiz Freitas Almeida 3486248faa 🐳 chore(docker-compose.yml): update volume names for consistency and clarity
- Rename volume `./pgadmin` to `pgadmin-data` for better naming convention and clarity.
- Rename volumes for RabbitMQ:
  - `./.docker/rabbitmq/etc/` to `rabbitmq_data` for consistency and clarity.
  - `./.docker/rabbitmq/data/` to `rabbitmq_data` for consistency and clarity.
  - `./.docker/rabbitmq/logs/` to `rabbitmq_log` for consistency and clarity.

No functional changes, only volume name updates.
2023-09-25 16:26:53 -03:00
..
scripts 🔧 chore(main.tf): add label to a random worker node to ensure data volume is created 2023-09-12 11:42:58 +02:00
.env.example 🔧 chore(.env.example): add configuration for new user and update OpenAI API key 2023-09-25 15:55:10 -03:00
.gitignore 📦 chore(deploy): add .gitignore file to ignore 'pgadmin' directory in the deploy folder 2023-08-16 19:27:26 -03:00
base.Dockerfile 🐛 fix(Dockerfile): copy only necessary file to avoid unnecessary image rebuilding 2023-09-22 10:46:01 -03:00
docker-compose.override.yml 🔧 chore(docker-compose.override.yml): rename 'queue' service to 'result_backend' for better clarity and consistency 2023-09-23 23:26:25 -03:00
docker-compose.yml 🐳 chore(docker-compose.yml): update volume names for consistency and clarity 2023-09-25 16:26:53 -03:00
prometheus.yml 🚀 feat(docker-compose.yml): upgrade docker-compose version to 3.3 for compatibility with newer features and syntax 2023-08-20 13:26:02 -03:00
startup-backend.sh 🔧 chore(.env.example): add POSTGRES_PORT variable to specify the port for PostgreSQL connection 2023-09-11 14:01:48 -03:00