added environment files to all containers

This commit is contained in:
naterfute
2025-04-02 17:53:23 -07:00
parent 32bd26c430
commit 49f172f843

View File

@@ -6,6 +6,8 @@ services:
- dev_env
volumes:
- redisdata:/data
env_file:
- .env
plane-mq:
image: rabbitmq:4.0-management-alpine
@@ -18,6 +20,8 @@ services:
- RABBITMQ_DEFAULT_USER
- RABBITMQ_DEFAULT_PASS
- RABBITMQ_DEFAULT_VHOST
env_file:
- .env
plane-minio:
image: minio/minio
@@ -30,6 +34,8 @@ services:
environment:
- MINIO_ROOT_USER
- MINIO_ROOT_PASSWORD
env_file:
- .env
plane-db:
image: postgres:17-alpine