diff --git a/blueprints/plane/docker-compose.yml b/blueprints/plane/docker-compose.yml index 8a71dc3..9694b87 100644 --- a/blueprints/plane/docker-compose.yml +++ b/blueprints/plane/docker-compose.yml @@ -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